fix: 显示移除下边线

This commit is contained in:
yangzhe 2025-05-06 14:49:20 +08:00
parent 0b5c048252
commit 24af536211
1 changed files with 4 additions and 0 deletions

View File

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