瀏覽代碼

优化背景样式

gaohaiyong 1 年之前
父節點
當前提交
140b7d0c97
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/views/allcase/components/CaseQualityBox2.vue

+ 5 - 1
src/views/allcase/components/CaseQualityBox2.vue

@@ -260,6 +260,10 @@
       z-index: 999;
     }
   }
+
+  .box-card .el-table ::v-deep tr{
+    background: transparent;
+  }
   ::v-deep .el-table__row {
     background: #185DA6;
     color: #FFFFFF;
@@ -270,7 +274,7 @@
   ::v-deep .el-descriptions__body{
     background: transparent;
   }
-  ::v-deep el-table tr{
+  ::v-deep .el-table tr{
     background: transparent;
   }
   ::v-deep .el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell {