chore: add model file ux

This commit is contained in:
jialin
2025-03-25 12:33:29 +08:00
parent 05ef2b8eaa
commit dca7a6f270
26 changed files with 1160 additions and 330 deletions
+7
View File
@@ -0,0 +1,7 @@
const WRAPHEIGHT = 54;
const INPUTHEIGHT = 32;
const BORDERRADIUS = 4;
const BGCOLOR = 'transparent';
const INPUT_INNER_PADDING = 14;
export { BGCOLOR, BORDERRADIUS, INPUTHEIGHT, INPUT_INNER_PADDING, WRAPHEIGHT };