This commit is contained in:
2025-03-28 09:37:10 +08:00
parent 505af229fc
commit 168895b5ac
15 changed files with 347 additions and 6 deletions

View File

@@ -1,3 +1,5 @@
$primary-color: #2D5CF6;
.test {
border: 1px solid red;
@apply box-border;
@@ -6,3 +8,15 @@
.tui-btn {
border-radius: 12rpx !important;
}
.tui-primary-outline {
background-color: lighten($primary-color, 40%) !important;
}
.tui-alert-box {
border-radius: 16rpx !important;
overflow: hidden;
.tui-alert-content {
padding: 40rpx 32rpx !important;
}
}