|
@@ -665,7 +665,11 @@
|
|
|
</el-dialog>
|
|
|
|
|
|
<!--通知弹窗-->
|
|
|
- <el-dialog :visible.sync="centerDialogVisible">
|
|
|
+ <el-dialog
|
|
|
+ :visible.sync="centerDialogVisible"
|
|
|
+ :close-on-click-modal="false"
|
|
|
+ :close-on-press-escape="false"
|
|
|
+ :show-close="false">
|
|
|
<div style="margin-left: 30px; font-size: 20px">
|
|
|
<h1>{{ noticedata1.noticetitle }}</h1>
|
|
|
</div>
|