Browse Source

v-deep调整

qianming 10 months ago
parent
commit
326d1c166a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      report-ui/src/components/AnjiPlus/anji-crud/anji-crud.vue

+ 2 - 2
report-ui/src/components/AnjiPlus/anji-crud/anji-crud.vue

@@ -958,11 +958,11 @@ export default {
 .el-table {
   // 看这里!!!
   // 深度选择器,去除默认的padding
-   th {
+   ::v-deep th {
     padding: 0;
     height: 36px;
   }
-   td {
+   ::v-deep td {
     padding: 0;
     height: 36px;
   }