12345678910111213141516171819202122232425262728293031 |
- .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;
- }
- .plyr {
- width: 150px;
- height: 85px;
- min-width: auto;
- }
- }
- }
|