mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 14:34:13 +08:00
fix: 确认窗口 bug
This commit is contained in:
parent
495829cf0c
commit
d96f3d6735
@ -296,6 +296,7 @@ quickcommand = {
|
|||||||
confirmButtonText: '确定!',
|
confirmButtonText: '确定!',
|
||||||
cancelButtonText: '手抖...'
|
cancelButtonText: '手抖...'
|
||||||
}
|
}
|
||||||
|
utools.setExpendHeight(600)
|
||||||
let result = await Swal.fire(options)
|
let result = await Swal.fire(options)
|
||||||
if (result.value) return true;
|
if (result.value) return true;
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user