Skip to content

Commit

Permalink
feat: 发布工具插件版第一版-优化信息提示
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Jul 31, 2023
1 parent b9ef233 commit 69bd749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invoke/widgetInvoke.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 69bd749

Please sign in to comment.