瀏覽代碼

no message

zhujindu 1 月之前
父節點
當前提交
ad5d62816f
共有 2 個文件被更改,包括 6 次插入0 次删除
  1. 3 0
      src/views/week/dailyDetails.vue
  2. 3 0
      src/views/week/dailyHistoricalDetails.vue

+ 3 - 0
src/views/week/dailyDetails.vue

@@ -937,6 +937,9 @@ export default {
       }
     }
   }
+  .el-dialog__footer {
+    padding: 0;
+  }
 }
 .notifyIndex {
   z-index: 999999 !important;

+ 3 - 0
src/views/week/dailyHistoricalDetails.vue

@@ -1005,6 +1005,9 @@ export default {
       justify-content: center;
     }
   }
+  .el-dialog__footer {
+    padding: 0;
+  }
 }
 .notifyIndex {
   z-index: 999999 !important;