fix: 显示移除下边线
This commit is contained in:
parent
0b5c048252
commit
24af536211
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue