小程序样式调整

This commit is contained in:
BinBin Song 2025-06-25 22:31:55 +08:00
parent 0cfaf4353d
commit 9cc741e16e
4 changed files with 8 additions and 6 deletions

View File

@ -33,8 +33,10 @@ const handleToBooking = (item: Object) => {
@click="handleToBooking(item)">
<view v-if="item.unReadCount>=0" class="center-msg">
<span class="msg-text">消息通知</span>
<!-- <span class="msg-text">消息通知</span> -->
<text class="unread-badge" v-if="item.unReadCount>0">{{ item.unReadCount }}</text>
<image class="icon" :src="item.imgUrl" mode="scaleToFill"></image>
</view>
<view v-else >
<image v-if="item.auth" class="icon" :src="item.imgUrl" mode="scaleToFill"></image>

View File

@ -62,7 +62,7 @@ const categoryList = ref([
path: "messageNotification",
name: "消息通知",
auth: true,
imgUrl: "",
imgUrl: "/static/images/pic_message.png",
defaultImgUrl: "",
unReadCount: 0, //
},

View File

@ -135,7 +135,7 @@ const onRefresherrefresh = async () => {
<view class="statusLabel">{{ item.thingname }}</view>
<view
class="product-item"
style="margin: 0; color: #333; font-size: 24rpx"
style="margin-top: 5px; color: #333; font-size: 26rpx"
>{{ item.createTime }}</view
>
</view>
@ -156,7 +156,7 @@ const onRefresherrefresh = async () => {
<view class="product-item"
>子项目名称<span class="item-value">{{ item.attr8 }}</span></view
>
<view class="product-item"
<view class="product-item" style="color: red;"
>备注内容<span class="item-value">{{ item.attr9 }}</span></view
>
</view>
@ -205,7 +205,7 @@ const onRefresherrefresh = async () => {
align-items: center;
.statusLabel {
font-size: 28rpx;
font-size: 30rpx;
margin-right: 20rpx;
}
.read-btn {
@ -233,7 +233,7 @@ const onRefresherrefresh = async () => {
align-items: center;
color: #737d88;
.item-value {
color: #333;
// color: #333;
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB