diff --git a/src/preload.js b/src/preload.js index a0b2b6e..513b037 100644 --- a/src/preload.js +++ b/src/preload.js @@ -296,6 +296,7 @@ quickcommand = { confirmButtonText: '确定!', cancelButtonText: '手抖...' } + utools.setExpendHeight(600) let result = await Swal.fire(options) if (result.value) return true; },