12345678910111213141516171819202122232425262728293031 |
- .liveClass {
- :global {
- .el-tabs__nav-wrap {
- @apply px-11;
- }
- .el-tabs__item {
- height: 64px;
- line-height: 64px;
- padding: 0 42px;
- }
- .el-tabs__nav-wrap::after {
- height: 1px;
- background: #eeeeee;
- }
- }
- .musicListItem:hover {
- box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.04);
- }
- .badge {
- display: inline;
- :global {
- .el-badge__content.is-fixed {
- top: -2px;
- right: 0;
- }
- }
- }
- }
|