Commit 190a9c1d80cda3a58f4598621b1a1fb3823cc20c

Authored by 史婷婷
1 parent 9b48cb02

feat: 消息详情样式调整

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