wuhongyu 5 years ago
parent
commit
8f3ffd765e
1 changed files with 15 additions and 0 deletions
  1. 15 0
      src/views/direct.vue

+ 15 - 0
src/views/direct.vue

@@ -776,6 +776,21 @@ export default {
   color: red;
 }
 
+/deep/.livemain .livevideo .right .el-tabs__active-bar {
+  position: absolute;
+  bottom: 0;
+  left: 0;
+  height: 2px;
+  background-color: #fff;
+  z-index: 1;
+  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
+  list-style: none;
+  color: #fff;
+}
+
+/deep/.el-tabs__nav-wrap::after {
+  background-color: none;
+}
 .right ul {
   padding: 0;
   margin: 0;