调整样式

This commit is contained in:
2022-02-17 15:27:52 +08:00
parent b904c4449e
commit 1c5d6d9f4c
5 changed files with 63 additions and 55 deletions

View File

@@ -6,8 +6,7 @@
</view>
<view class="content">
<view class="header">
<view class="name">{{ contact(item.targetId).name }} <text v-if="item.conversationType === 3"
class='qun'>[]</text></view>
<view class="name">{{ contact(item.targetId).name }} <text v-if="item.conversationType === 3" class='qun'>[]</text></view>
<view class="time">{{ item.sentTime|timeCustomCN }}</view>
</view>
<message-preview class="preview" :msg="item.latestMessage" :conversationType="item.conversationType"
@@ -77,8 +76,10 @@
.qun {
color: $main-color;
font-size: $title-size-m;
font-size: $title-size-m - 4;
margin-left: 4px;
position: relative;
top: -4rpx;
}
}