Przeglądaj źródła

Merge branch 'feature_20260316_日报分享内容自定义配置' into uat(dev)

zhujindu 1 tydzień temu
rodzic
commit
769f7dc587

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

@@ -930,6 +930,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;