|
@@ -759,7 +759,7 @@ export default {
|
|
|
|
|
|
/deep/.livemain .livevideo .right .el-tabs__nav-scroll {
|
|
|
color: #fff;
|
|
|
- width: 100%;
|
|
|
+ width: 97%;
|
|
|
float: left;
|
|
|
height: 40px;
|
|
|
line-height: 40px;
|
|
@@ -769,6 +769,8 @@ export default {
|
|
|
|
|
|
/deep/.livemain .livevideo .right .el-tabs__item {
|
|
|
color: #fff;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
|
|
|
/deep/.livemain .livevideo .right .el-tabs__item.is-active {
|
|
@@ -784,7 +786,7 @@ export default {
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
height: 2px;
|
|
|
- background-color: #fff;
|
|
|
+ background-color: transparent;
|
|
|
z-index: 1;
|
|
|
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
|
list-style: none;
|
|
@@ -792,7 +794,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
/deep/.el-tabs__nav-wrap::after {
|
|
|
- background-color: none;
|
|
|
+ background-color: transparent;
|
|
|
}
|
|
|
.right ul {
|
|
|
padding: 0;
|