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.

constant.ts 270 B

12345678910111213
  1. /*
  2. * @Author: 赵伟
  3. * @Date: 2025-02-21 09:52:50
  4. * @Description: 通用表单项输入控件宽度
  5. */
  6. const xlCols = { span: 12 };
  7. const xllCols = { span: 10 };
  8. /**
  9. * 输入控件宽度,xl: 12, xll: 10
  10. */
  11. export const formCols = { xl: xlCols, xxl: xllCols };