From 69bd7495bf1642e16815359e2bff6e12c640d68a Mon Sep 17 00:00:00 2001 From: terwer Date: Mon, 31 Jul 2023 13:33:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8F=91=E5=B8=83=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E7=89=88=E7=AC=AC=E4=B8=80=E7=89=88-?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BF=A1=E6=81=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/invoke/widgetInvoke.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invoke/widgetInvoke.ts b/src/invoke/widgetInvoke.ts index 4ad12a5d..3c14bd06 100644 --- a/src/invoke/widgetInvoke.ts +++ b/src/invoke/widgetInvoke.ts @@ -58,7 +58,7 @@ export class WidgetInvoke { showMessage(`平台key和文档ID不能为空,注意:您必须打开当前文档才能进行发布操作`, 2000, "error") return } - await this.showPage(`/workers/quickPublish/${key}/${pageId}`, false, "20%", "10%", true) + await this.showPage(`/workers/quickPublish/${key}/${pageId}`, false, "480px", "55px", true) } public async showPublisherPublishSettingDialog() {