瀏覽代碼

v-deep调整

qianming 10 月之前
父節點
當前提交
326d1c166a
共有 1 個文件被更改,包括 2 次插入2 次删除
  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;
   }