index.module.less 262 B

1234567891011121314151617
  1. .liveClass {
  2. :global {
  3. .el-tabs__nav-wrap {
  4. @apply px-11;
  5. }
  6. .el-tabs__item {
  7. height: 64px;
  8. line-height: 64px;
  9. padding: 0 42px;
  10. }
  11. .el-tabs__nav-wrap::after {
  12. height: 1px;
  13. background: #eeeeee;
  14. }
  15. }
  16. }