From d96f3d67358722d8fee40615042df002cafaafa4 Mon Sep 17 00:00:00 2001 From: lee Date: Sat, 10 Oct 2020 00:24:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A1=AE=E8=AE=A4=E7=AA=97=E5=8F=A3=20b?= =?UTF-8?q?ug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/preload.js | 1 + 1 file changed, 1 insertion(+) 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; },