From 1d1c4c00c9e879dfdba70b401252684ef8b8cb36 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Sat, 2 Dec 2023 23:57:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/uni-nvue.scss | 2 -- pages/tabBar/home/home.vue | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/common/uni-nvue.scss b/common/uni-nvue.scss index 3153ed2..e77025f 100644 --- a/common/uni-nvue.scss +++ b/common/uni-nvue.scss @@ -1,8 +1,6 @@ .customer_nav_bar { - box-sizing: content-box; height: var(--status-bar-height); padding-top: 60rpx; - width: 100%; } /* #ifndef APP-PLUS-NVUE */ page { diff --git a/pages/tabBar/home/home.vue b/pages/tabBar/home/home.vue index de270af..4286fda 100644 --- a/pages/tabBar/home/home.vue +++ b/pages/tabBar/home/home.vue @@ -173,6 +173,10 @@ padding: 8rpx 0; text-align: center; line-height: normal; + border: 0; + &::after{ + border: 0; + } } .fjhw{ margin-top: 20rpx;