123456789101112131415 |
- .formSection {
- --el-component-size-large: 48px;
- :global {
- .el-input,
- .el-select--large,
- .el-form-item--large .el-form-item__label {
- height: 48px;
- line-height: 48px;
- }
- .el-form-item__label {
- font-size: 16px;
- color: rgba(0, 0, 0, 0.85);
- }
- }
- }
|