update
This commit is contained in:
@@ -5,6 +5,11 @@ $primary-color: #2D5CF6;
|
||||
@apply box-border;
|
||||
}
|
||||
|
||||
.safe-b {
|
||||
padding-bottom: calc(24rpx + constant(safe-area-inset-bottom)) !important;
|
||||
padding-bottom: calc(24rpx + env(safe-area-inset-bottom)) !important;
|
||||
}
|
||||
|
||||
.tui-btn {
|
||||
border-radius: 10rpx !important;
|
||||
}
|
||||
@@ -48,6 +53,10 @@ $primary-color: #2D5CF6;
|
||||
text-overflow: ellipsis; /* 超出部分显示省略号 */
|
||||
}
|
||||
|
||||
.tui-tabs__badge {
|
||||
aspect-ratio: 1 / 1;
|
||||
}
|
||||
|
||||
.nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user