From 24af536211c4843cdcde04fcf8eeeea9518cbf4b Mon Sep 17 00:00:00 2001 From: yangzhe Date: Tue, 6 May 2025 14:49:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=98=BE=E7=A4=BA=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=B8=8B=E8=BE=B9=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/planList.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/index/planList.vue b/pages/index/planList.vue index 6e4b798..af473a8 100644 --- a/pages/index/planList.vue +++ b/pages/index/planList.vue @@ -214,6 +214,8 @@ page { border-radius: 16rpx; padding: 32rpx 0; margin: 0 32rpx 32rpx; + border-bottom: none; + -webkit-border-bottom: none; // 针对 WebKit 内核 .tab-item { flex: 1; @@ -222,6 +224,8 @@ page { transition: all 0.3s; position: relative; z-index: 1; + border-bottom: none; + -webkit-border-bottom: none; // 针对 WebKit 内核 .label { font-size: 28rpx;