liyg il y a 2 ans
Parent
commit
2f2dae6647
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      src/components/main.vue

+ 5 - 1
src/components/main.vue

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