充电样式完成

This commit is contained in:
aixianling
2024-09-06 14:41:54 +08:00
parent 6b2906fb53
commit 6118304302
3 changed files with 102 additions and 3 deletions

View File

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