소스 검색

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

zhujindu 1 개월 전
부모
커밋
769f7dc587
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

@@ -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;