123456789101112131415161718192021222324252627282930 |
- .courseContent {
- --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);
- }
- .el-dialog {
- --el-dialog-width: 375px !important;
- }
- .el-dialog__body {
- padding: 0;
- }
- .el-dialog__footer {
- background-color: #f6f8f9;
- }
- .el-tabs__nav-wrap::after {
- background-color: transparent;
- }
- }
- }
|