index.module.scss 152 B

12345678910
  1. .form {
  2. margin-top: 20px;
  3. :global {
  4. .ant-form-item-no-colon {
  5. font-size: 16px !important;
  6. font-weight: bold;
  7. }
  8. }
  9. }