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