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;