Skip to content

Commit 663908a

Browse files
authored
fix(form): 修复label字号的css变量 (#2872)
1 parent 441370a commit 663908a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/formitem/formitem.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
left: -0.8em;
2727
}
2828
.nut-form-item-labeltxt {
29-
font-size: 12px;
29+
font-size: $form-item-label-font-size;
3030
height: 10px;
3131
position: relative;
3232
}

0 commit comments

Comments
 (0)