style: form components

This commit is contained in:
jialin
2025-04-07 11:51:34 +08:00
parent 0f7a619a34
commit b89e7c6c3d
11 changed files with 94 additions and 624 deletions
+9 -1
View File
@@ -3,5 +3,13 @@ const INPUTHEIGHT = 32;
const BORDERRADIUS = 4;
const BGCOLOR = 'transparent';
const INPUT_INNER_PADDING = 14;
const LINE_HEIGHT = 1.57;
export { BGCOLOR, BORDERRADIUS, INPUTHEIGHT, INPUT_INNER_PADDING, WRAPHEIGHT };
export {
BGCOLOR,
BORDERRADIUS,
INPUTHEIGHT,
INPUT_INNER_PADDING,
LINE_HEIGHT,
WRAPHEIGHT
};