Browse Source

no message

zhujindu 1 week ago
parent
commit
ad5d62816f
2 changed files with 6 additions and 0 deletions
  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;