index.module.less 295 B

123456789101112131415
  1. .formSection {
  2. --el-component-size-large: 48px;
  3. :global {
  4. .el-input,
  5. .el-select--large,
  6. .el-form-item--large .el-form-item__label {
  7. height: 48px;
  8. line-height: 48px;
  9. }
  10. .el-form-item__label {
  11. font-size: 16px;
  12. color: rgba(0, 0, 0, 0.85);
  13. }
  14. }
  15. }