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 @@