index.module.less 552 B

123456789101112131415161718192021222324252627282930
  1. .courseContent {
  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. .el-dialog {
  15. --el-dialog-width: 375px !important;
  16. }
  17. .el-dialog__body {
  18. padding: 0;
  19. }
  20. .el-dialog__footer {
  21. background-color: #f6f8f9;
  22. }
  23. .el-tabs__nav-wrap::after {
  24. background-color: transparent;
  25. }
  26. }
  27. }