Showing
1 changed file
with
1 additions
and
2 deletions
| @@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
| 4 | <view class="detail-page"> | 4 | <view class="detail-page"> |
| 5 | <view class="section"> | 5 | <view class="section"> |
| 6 | <text class="row company">{{ detail.title }}</text> | 6 | <text class="row company">{{ detail.title }}</text> |
| 7 | - <view class="row"><text class="label">内容</text><text class="value">{{ detail.content }}</text></view> | 7 | + <view class="row"><text class="value">{{ detail.content }}</text></view> |
| 8 | </view> | 8 | </view> |
| 9 | </view> | 9 | </view> |
| 10 | </scroll-view> | 10 | </scroll-view> |
| @@ -74,7 +74,6 @@ export default { | @@ -74,7 +74,6 @@ export default { | ||
| 74 | line-height: 32rpx; | 74 | line-height: 32rpx; |
| 75 | font-size: 28rpx; | 75 | font-size: 28rpx; |
| 76 | color: rgba(0, 0, 0, 0.9); | 76 | color: rgba(0, 0, 0, 0.9); |
| 77 | - text-align: right; | ||
| 78 | white-space: pre-wrap; | 77 | white-space: pre-wrap; |
| 79 | word-break: break-all; | 78 | word-break: break-all; |
| 80 | 79 |