浏览代码

tab切换优化

zhangliang2 2 年之前
父节点
当前提交
b39aab7930
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      src/views/algorithmsLibrary/algorithmsLibraryList.vue

+ 14 - 0
src/views/algorithmsLibrary/algorithmsLibraryList.vue

@@ -335,4 +335,18 @@ export default {
         top: 45px;
     }
 }
+
+.myTabsBox {
+
+    /deep/
+        .el-tabs--top.el-tabs--card
+        > .el-tabs__header
+        .el-tabs__item:nth-child(2) {
+        border-left-color: @gray;
+
+        &.is-active {
+            border-left-color: @themeColor;
+        }
+    }
+}
 </style>