洪海涛 4 years ago
parent
commit
ca506eb2a6
1 changed files with 14 additions and 3 deletions
  1. 14 3
      src/views/monthlyReport/childrenPage/editReport/index.vue

+ 14 - 3
src/views/monthlyReport/childrenPage/editReport/index.vue

@@ -92,10 +92,10 @@
       </div>
       </div>
     </normal-dialog>
     </normal-dialog>
     <!-- 月报发布确认 -->
     <!-- 月报发布确认 -->
-    <normal-dialog ref="dialogPublishAll" is-succes :show-dialog="false" :title="'邮件预览'" width="70%" @succes="publishAllReport">
-      <div class="report-delete" style="text-align: initial;min-height: 30vh;max-height: 55vh;overflow-y: scroll;">
+    <normal-dialog ref="dialogPublishAll" class="view-report" style="margin-top: 5vh" is-succes :show-dialog="false" :title="'邮件预览'" width="70%" @succes="publishAllReport">
+      <div class="report-delete" style="text-align: initial;min-height: 30vh;max-height: 70vh;overflow-y: scroll;">
 <!--        月报数据已检查无误,确认发布?-->
 <!--        月报数据已检查无误,确认发布?-->
-        <div v-if="monthlyReportPreView" style="padding: 0 20px;margin: -20px 0;color: #333;" v-html="monthlyReportPreView.content" />
+        <div v-if="monthlyReportPreView" style="" v-html="monthlyReportPreView.content" />
       </div>
       </div>
     </normal-dialog>
     </normal-dialog>
     <!-- 月报确认 -->
     <!-- 月报确认 -->
@@ -540,4 +540,15 @@ export default {
 /deep/ hhtsubtitle {
 /deep/ hhtsubtitle {
   color: #333;
   color: #333;
 }
 }
+/deep/.view-report{
+  //background-color: #0EB400;
+
+  .report-delete{
+    padding: 0 20px;margin: -20px 0;color: #333;
+  }
+  .el-dialog{
+    margin-top: 5vh!important;
+    margin-bottom: 0;
+  }
+}
 </style>
 </style>