123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .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 {
- border-radius: 10px;
- overflow: hidden;
- }
- .el-dialog__body {
- padding: 0;
- }
- .el-dialog__footer {
- background-color: #f6f8f9;
- }
- .plyr {
- width: 150px;
- height: 85px;
- min-width: auto;
- }
- .el-loading-mask {
- height: 85px
- }
- }
- .selectMusicAlbum {
- // --el-dialog-width: 700px !important;
- }
- .relationList {
- width: 100%;
- height: 48px;
- position: absolute;
- top: 0;
- z-index: 99;
- right: 0;
- }
- }
|