瀏覽代碼

优化缺陷变更记录

qinzhipeng_v 5 年之前
父節點
當前提交
b3645f1837
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      src/views/projectManage/bugList/details/index.vue

+ 10 - 0
src/views/projectManage/bugList/details/index.vue

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