Showing
1 changed file
with
5 additions
and
3 deletions
@@ -4,6 +4,10 @@ | @@ -4,6 +4,10 @@ | ||
4 | <public-module></public-module> | 4 | <public-module></public-module> |
5 | <view class="notify-column"> | 5 | <view class="notify-column"> |
6 | <view class="column-list"> | 6 | <view class="column-list"> |
7 | + <view style="margin-left: 36rpx;position: relative;top: 21rpx;"> | ||
8 | + <text class="notify-detail-text">{{ notifyList.title }}</text> | ||
9 | + </view> | ||
10 | + <view style="height: 25rpx;"></view> | ||
7 | <u-list height="140rpx"> | 11 | <u-list height="140rpx"> |
8 | <u-list-item> | 12 | <u-list-item> |
9 | <u-cell :value="`${notifyList.senderDate}`" :title="`${notifyList.senderName}`"> | 13 | <u-cell :value="`${notifyList.senderDate}`" :title="`${notifyList.senderName}`"> |
@@ -12,9 +16,7 @@ | @@ -12,9 +16,7 @@ | ||
12 | </u-list-item> | 16 | </u-list-item> |
13 | </u-list> | 17 | </u-list> |
14 | <view class="bottom-text"> | 18 | <view class="bottom-text"> |
15 | - <view class="u-flex column"> | ||
16 | - <text class="text" style="font-weight: bold;">{{ notifyList.title }}</text> | ||
17 | - </view> | 19 | + <view class="u-flex column"></view> |
18 | <view style="margin-top: 21rpx;"> | 20 | <view style="margin-top: 21rpx;"> |
19 | <!-- 富文本解析 --> | 21 | <!-- 富文本解析 --> |
20 | <u-parse :content="notifyList.content"></u-parse> | 22 | <u-parse :content="notifyList.content"></u-parse> |