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