界面完成

This commit is contained in:
aixianling
2024-06-23 14:30:27 +08:00
parent 526af7828d
commit ea0ec60401
5 changed files with 380 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
@each $v in (8, 10, 12, 14, 16, 20, 24, 27, 32, 48, 56, 64, 80) {
//gap
.gap-#{$v} {
gap: #{$v}px
gap: #{$v}px !important;
}
.font-#{$v} {
font-size: #{$v}px;