mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-09 02:46:50 +08:00
refactor(dialog): 优化对话框组件的配置和交互
- 修改了多个组件的关闭对话框逻辑,设置 wrapperClosable 为 false - 更新了多个组件的确认对话框逻辑,使用 $messageBox 替代 $confirm - 调整了部分对话框的样式和布局
This commit is contained in:
@@ -49,7 +49,7 @@ export default {
|
||||
},
|
||||
closeOnClickModal: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
default: false
|
||||
},
|
||||
beforeClose: {
|
||||
type: Function,
|
||||
|
||||
Reference in New Issue
Block a user