@@ -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>