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;