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