Commit cfb34e50d4fc957379b3e364f297db56c309e1e9

Authored by fengtao
1 parent 685e5eaa

fix:修改通知详情标题放第一个样式

... ... @@ -4,6 +4,10 @@
4 4 <public-module></public-module>
5 5 <view class="notify-column">
6 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 11 <u-list height="140rpx">
8 12 <u-list-item>
9 13 <u-cell :value="`${notifyList.senderDate}`" :title="`${notifyList.senderName}`">
... ... @@ -12,9 +16,7 @@
12 16 </u-list-item>
13 17 </u-list>
14 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 20 <view style="margin-top: 21rpx;">
19 21 <!-- 富文本解析 -->
20 22 <u-parse :content="notifyList.content"></u-parse>
... ...