导入模型是角色图形状间距缩小
This commit is contained in:
parent
47beb09f48
commit
24947ddcb7
Binary file not shown.
@ -1192,7 +1192,7 @@ public class ArisXmlImportRun {
|
||||
count++;
|
||||
if (count % (shapeRowCount+1) == 0) {
|
||||
count = 1;
|
||||
initY += 130;
|
||||
initY += 90;
|
||||
// 换行
|
||||
initX = 0;
|
||||
initX = pageEdge + initX;
|
||||
@ -1205,7 +1205,7 @@ public class ArisXmlImportRun {
|
||||
}
|
||||
shape.put("dataAttributes", dataAttributes);
|
||||
}
|
||||
int totalWidth = 240;// 每个节点总宽度,空白+节点+空白
|
||||
int totalWidth = 160;// 每个节点总宽度,空白+节点+空白
|
||||
int totalHeight = 200;// 每个节点总高度,空白+节点+空白
|
||||
int x = 0;
|
||||
int y = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user