Commit 190a9c1d80cda3a58f4598621b1a1fb3823cc20c

Authored by 史婷婷
1 parent 9b48cb02

feat: 消息详情样式调整

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
... ...