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