update: 更新消息中心

This commit is contained in:
admin 2024-04-15 10:43:24 +08:00
parent bbb532c2cb
commit de79e330eb
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
>
<view class="msg-box" v-if="pageList.list.length > 0">
<view class="u-page">
<u-list>
<u-list :height="'auto'">
<u-list-item v-for="(item, index) in pageList.list" :key="index">
<u-cell @click="handleItem(item)">
<view slot="title" class="u-slot-title">
@ -169,7 +169,7 @@ onMounted(() => {
</script>
<style lang="scss">
.msg-box {
background: #f8f8f8;
// background: #f8f8f8;
width: 100%;
.title {
font-size: 28rpx;