This commit is contained in:
王一嘉
2025-07-24 11:00:48 +08:00
parent bddd14faff
commit 0819032049
9 changed files with 71 additions and 2 deletions

View File

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