|
12345678910111213 |
- /*
- * @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 };
|