Selaa lähdekoodia

优化缺陷变更记录

qinzhipeng_v 5 vuotta sitten
vanhempi
sitoutus
b3645f1837
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  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;