fix(style): form field item

This commit is contained in:
jialin
2024-07-04 10:47:22 +08:00
parent b2d70c1d53
commit ed3f9f7e96
24 changed files with 214 additions and 127 deletions
+24
View File
@@ -62,3 +62,27 @@
display: flex;
flex-direction: column;
}
.font-size-12 {
font-size: var(--font-size-base);
}
.font-size-14 {
font-size: var(--font-size-middle);
}
.font-size-16 {
font-size: var(--font-size-large);
}
.font-400 {
font-weight: var(--font-weight-normal);
}
.font-600 {
font-weight: var(--font-weight-medium);
}
.font-700 {
font-weight: var(--font-weight-bold);
}