Commit 75cdf3700602cc9fec03b517186ea65d77ed6d50
1 parent
1d0fff29
fix:DEFECT-375 修改系统通知筛选过后,点击一条,返回出来显示的数据错误
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
15 | <view class="u-flex column"> | 15 | <view class="u-flex column"> |
16 | <text class="text" style="font-weight: bold;">{{ notifyList.title }}</text> | 16 | <text class="text" style="font-weight: bold;">{{ notifyList.title }}</text> |
17 | </view> | 17 | </view> |
18 | - <view style="margin-top: 20rpx;"> | 18 | + <view style="margin-top: 21rpx;"> |
19 | <!-- 富文本解析 --> | 19 | <!-- 富文本解析 --> |
20 | <u-parse :content="notifyList.content"></u-parse> | 20 | <u-parse :content="notifyList.content"></u-parse> |
21 | <!-- 富文本解析 --> | 21 | <!-- 富文本解析 --> |