导入泳道图默认形状大小修改为150*66

This commit is contained in:
446052889@qq.com 2022-11-01 11:24:25 +08:00
parent f5b471a225
commit 2d697f5ba4
2 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ public class ShapeConst {
public final static String SHAPE_BASE_TITLE_ROW_IMPORT = "模型名称、模型类型、形状名称、形状类型、流程分支、形状编号";
public final static Integer SHAPE_NODE_WIDTH = 200;
public final static Integer SHAPE_NODE_HEIGHT = 70;
public final static Integer SHAPE_NODE_WIDTH = 150;
public final static Integer SHAPE_NODE_HEIGHT = 66;
public final static Integer SHAPE_NODE_INTERVAL = 50;