From 6b429de2d970f581fef27fbc2eb4d891bd97e055 Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期一, 25 九月 2023 17:37:18 +0800 Subject: [PATCH] style: 销售子单模块样式调整 --- src/main.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index 6b8ee12..8acc4e8 100644 --- a/src/main.js +++ b/src/main.js @@ -8,6 +8,11 @@ import "@/components" Vue.use(ElementUI) +// 淇敼榛樿鐐瑰嚮閬僵灞備负涓嶅叧闂� +ElementUI.MessageBox.setDefaults({ + closeOnClickModal: false +}) +ElementUI.Dialog.props.closeOnClickModal.default = false Vue.config.productionTip = false -- Gitblit v1.8.0