fix: 关闭弹窗前确认对话框禁用背景模糊

避免弹窗关闭时的背景闪烁问题,提升用户体验
This commit is contained in:
dap
2026-02-09 16:43:15 +08:00
parent 7d1a51bfe3
commit 88b311202d

View File

@@ -92,6 +92,7 @@ export function useBeforeCloseDiff(props: BeforeCloseDiffProps) {
okButtonProps: { danger: true },
cancelText: $t('common.cancel'),
okText: $t('common.confirm'),
mask: { blur: false },
onOk: () => {
resolve(true);
isInitialized.value = false;