@@ -1652,6 +1652,16 @@ border-color: #DCDFE6;
</style>
<style scoped lang="scss">
+/deep/ .el-tabs__nav-wrap::after {
+ content: "";
+ position: absolute;
+ left: 0;
+ bottom: 0;
+ width: 100%;
+ height: 2px;
+ background-color: #FFF;
+ z-index: 1;
+}
.operatorName {
min-width: 50px;
font-size:14px;