From b7d1037b3584a62ad81343d1d96ac92a1d35de1d Mon Sep 17 00:00:00 2001 From: zhouyanli <593579392@qq.com> Date: Tue, 19 May 2026 10:26:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E9=A6=96=E9=A1=B5=E8=87=AA?= =?UTF-8?q?=E9=80=82=E5=BA=94=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pageSubPack/notice-list/noticeList.vue | 2 +- .../pageSubPack/notice-list/oneClickOpen.vue | 2 - .../online-repair/onlineRepair.vue | 3 +- .../pageSubPack/visitor/visitor-list.vue | 6 +- property-uniapp-project/pages/index/index.vue | 127 ++++++++---------- 5 files changed, 65 insertions(+), 75 deletions(-) diff --git a/property-uniapp-project/pageSubPack/notice-list/noticeList.vue b/property-uniapp-project/pageSubPack/notice-list/noticeList.vue index 4787a65..881091c 100644 --- a/property-uniapp-project/pageSubPack/notice-list/noticeList.vue +++ b/property-uniapp-project/pageSubPack/notice-list/noticeList.vue @@ -46,7 +46,6 @@ 没有更多通知了 暂无通知 - @@ -207,6 +206,7 @@ page { text-align: center; padding: 20rpx; color: #999; + font-size: 24rpx; } .empty { text-align: center; diff --git a/property-uniapp-project/pageSubPack/notice-list/oneClickOpen.vue b/property-uniapp-project/pageSubPack/notice-list/oneClickOpen.vue index 249c9f7..e345d67 100644 --- a/property-uniapp-project/pageSubPack/notice-list/oneClickOpen.vue +++ b/property-uniapp-project/pageSubPack/notice-list/oneClickOpen.vue @@ -166,8 +166,6 @@ onLoad(() =>{ height: var(--status-bar-height); width: 100%; flex-shrink: 0; - /* height: 32px; - width: 100%; */ } /* 顶部标题 */ .top-bar { diff --git a/property-uniapp-project/pageSubPack/online-repair/onlineRepair.vue b/property-uniapp-project/pageSubPack/online-repair/onlineRepair.vue index 040e95a..6da8120 100644 --- a/property-uniapp-project/pageSubPack/online-repair/onlineRepair.vue +++ b/property-uniapp-project/pageSubPack/online-repair/onlineRepair.vue @@ -230,8 +230,9 @@ onUnload(() =>{ padding: 0 40rpx; } .status_bar { - height: 32px; + height: var(--status-bar-height); width: 100%; + flex-shrink: 0; } /* 顶部导航栏 */ .nav-bar { diff --git a/property-uniapp-project/pageSubPack/visitor/visitor-list.vue b/property-uniapp-project/pageSubPack/visitor/visitor-list.vue index 2c2bde1..0ca17d8 100644 --- a/property-uniapp-project/pageSubPack/visitor/visitor-list.vue +++ b/property-uniapp-project/pageSubPack/visitor/visitor-list.vue @@ -176,8 +176,10 @@ const addInvitation = () => { padding: 0 40rpx; } .status_bar { - height: 32px; + height: var(--status-bar-height); + /* height: 32px; */ width: 100%; + flex-shrink: 0; } /* 顶部导航栏 */ .nav-bar { @@ -203,7 +205,7 @@ const addInvitation = () => { flex: 1; text-align: center; font-size: 32rpx; - font-weight: 600; + font-weight: 400; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; diff --git a/property-uniapp-project/pages/index/index.vue b/property-uniapp-project/pages/index/index.vue index 2764194..e40b48a 100644 --- a/property-uniapp-project/pages/index/index.vue +++ b/property-uniapp-project/pages/index/index.vue @@ -1,47 +1,45 @@