liyg 2 年之前
父节点
当前提交
2f2dae6647
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/components/main.vue

+ 5 - 1
src/components/main.vue

@@ -665,7 +665,11 @@
     </el-dialog>
     </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">
       <div style="margin-left: 30px; font-size: 20px">
         <h1>{{ noticedata1.noticetitle }}</h1>
         <h1>{{ noticedata1.noticetitle }}</h1>
       </div>
       </div>