constants.js 101 B

12345678
  1. export const formItemLayout = {
  2. wrapperCol: {
  3. span: 21,
  4. },
  5. labelCol: {
  6. span: 3,
  7. },
  8. }