Skip to content

Commit

Permalink
feat(core): 调整Workspace高度
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaojob committed Dec 24, 2024
1 parent f1871d3 commit 4954338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/plugin/WorkspacePlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: 秦少卫
* @Date: 2023-06-27 12:26:41
* @LastEditors: 秦少卫
* @LastEditTime: 2024-07-22 10:30:53
* @LastEditTime: 2024-12-24 13:13:06
* @Description: 画布区域插件
*/

Expand Down Expand Up @@ -49,7 +49,7 @@ class WorkspacePlugin implements IPluginTempl {
this.workspace = null;
this.init({
width: 900,
height: 2000,
height: 1200,
});
this.zoomRatio = 0.85;
}
Expand Down

0 comments on commit 4954338

Please sign in to comment.