Skip to content

Commit 4954338

Browse files
committed
feat(core): 调整Workspace高度
1 parent f1871d3 commit 4954338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/plugin/WorkspacePlugin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @Author: 秦少卫
33
* @Date: 2023-06-27 12:26:41
44
* @LastEditors: 秦少卫
5-
* @LastEditTime: 2024-07-22 10:30:53
5+
* @LastEditTime: 2024-12-24 13:13:06
66
* @Description: 画布区域插件
77
*/
88

@@ -49,7 +49,7 @@ class WorkspacePlugin implements IPluginTempl {
4949
this.workspace = null;
5050
this.init({
5151
width: 900,
52-
height: 2000,
52+
height: 1200,
5353
});
5454
this.zoomRatio = 0.85;
5555
}

0 commit comments

Comments
 (0)