Browse Source

tab切换优化

zhangliang2 2 năm trước cách đây
mục cha
commit
b39aab7930
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  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>