Style:互动消息图标调整
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<template>
|
||||
<view class="common-roomLogs">
|
||||
<view class="v12-align-center v12-pa-3" @click="toMessage">
|
||||
<view class="call-message"></view>
|
||||
<view class="v12-ml-2" style="width: 100%">
|
||||
<view class="call-message">
|
||||
<u-icon :name="webUrl + '/icon/message.png'" size="25"></u-icon>
|
||||
</view>
|
||||
<view class="v12-ml-2" style="width: 80%">
|
||||
<view class="v12-font-bold v12-font-32">互动消息</view>
|
||||
<view class="v12-secondary-dark-text v12-font-28 v12-mt-3 v12-justify-between">
|
||||
<text>{{ unreadNum > 0 ? `收到${unreadNum}条回复` : '暂无通知'}}</text>
|
||||
@@ -66,7 +68,8 @@ export default {
|
||||
uid: null,
|
||||
list: [],
|
||||
options1: [{text: '删除', style: {color: '#fff', backgroundColor: '#C52733'} }],
|
||||
unreadNum: 0
|
||||
unreadNum: 0,
|
||||
webUrl: this.$VUE_APP_RESOURCES_URL
|
||||
}
|
||||
},
|
||||
computed: mapGetters(['userInfo']),
|
||||
@@ -142,6 +145,9 @@ export default {
|
||||
height: 120rpx;
|
||||
background: #C52733;
|
||||
border-radius: 20rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.common-roomLogs{
|
||||
background: #fff;
|
||||
|
||||
Reference in New Issue
Block a user