瀏覽代碼

发布预览

洪海涛 4 年之前
父節點
當前提交
16acfef9ba
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/monthlyReport/childrenPage/editReport/index.vue

+ 1 - 1
src/views/monthlyReport/childrenPage/editReport/index.vue

@@ -93,7 +93,7 @@
     </normal-dialog>
     <!-- 月报发布确认 -->
     <normal-dialog ref="dialogPublishAll" is-succes :show-dialog="false" :title="'邮件预览'" width="70%" @succes="publishAllReport">
-      <div class="report-delete" style="text-align: initial">
+      <div class="report-delete" style="text-align: initial;min-height: 30vh;max-height: 55vh;overflow-y: scroll;">
 <!--        月报数据已检查无误,确认发布?-->
         <div v-if="monthlyReportPreView" style="padding: 0 20px;margin: -20px 0;color: #333;" v-html="monthlyReportPreView.content" />
       </div>