xyc
2024-10-28 71f70458719aa6ce52d9ffd21eb5cd9d92a55fd0
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/taskReliability/service/ModelLineService.java
@@ -273,7 +273,7 @@
    private void calcLayoutSize(RbdTreeNode root) {
        double childrenWidth = 0.0;
        double childrenHeight = 0.0;
        double lineWidth = 80;
        double lineWidth = 120;
        double lineHeight = 80;
        if (!"vnode".equals(root.getNodeType())) {
            root.setBlockWidth(root.getObjectWidth() + lineWidth);