This commit is contained in:
2025-04-07 18:04:39 +08:00
parent 0b9f4dc555
commit e3debde7e2
21 changed files with 818 additions and 74 deletions

View File

@@ -6,7 +6,7 @@ $primary-color: #2D5CF6;
}
.tui-btn {
border-radius: 12rpx !important;
border-radius: 10rpx !important;
}
.tui-primary-outline {
@@ -47,3 +47,15 @@ $primary-color: #2D5CF6;
.nowrap {
white-space: nowrap;
}
.test-22r {
font-size: 22rpx;
}
.test-24r {
font-size: 24rpx;
}
.test-28r {
font-size: 28rpx;
}