1.选项卡风格三优化

master
sws 2024-10-21 16:03:39 +08:00
parent 8010cc8c9e
commit 507253f623
1 changed files with 2 additions and 1 deletions

View File

@ -278,7 +278,8 @@
.desc {
border-radius: 40rpx;
padding: 4rpx 12rpx;
display: inline-block;
display: block;
width: -webkit-fill-available;
}
}
&.tabs-style-3 {