You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /*
- * @Author: 赵伟
- * @Date: 2025-02-21 09:52:50
- * @Description: 通用表单项输入控件宽度
- */
-
- const xlCols = { span: 12 };
- const xllCols = { span: 10 };
-
- /**
- * 输入控件宽度,xl: 12, xll: 10
- */
- export const formCols = { xl: xlCols, xxl: xllCols };
|