diff --git a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar index b34a1771..154266fd 100644 Binary files a/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar and b/com.actionsoft.apps.coe.pal/lib/com.actionsoft.apps.coe.pal.jar differ diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/web/CoeDesignerWeb.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/web/CoeDesignerWeb.java index c2331104..883e8a6f 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/web/CoeDesignerWeb.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/designer/web/CoeDesignerWeb.java @@ -3577,7 +3577,7 @@ public class CoeDesignerWeb extends ActionWeb { sb.append(plModel.getName()); ids.add(plModel.getId()); getFilePath(sb, ids, plModel); - macroLibraries.put("toolbarName", sb.toString()); + macroLibraries.put("toolbarName", plModel.getName()); List shapeIds = new ArrayList<>();// 当前流程所有节点 List> shapeList = CoeDesignerUtil.getShapeMessageJson2(rUUID);//获取所有节点 diff --git a/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.mobile.html b/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.mobile.html index da0c8693..6dbff122 100644 --- a/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.mobile.html +++ b/com.actionsoft.apps.coe.pal/template/page/pal.pl.repository.designer.view.portal.mobile.html @@ -857,7 +857,7 @@ line-height: 6rem; position: absolute; right: 5%; - top: 1%; + top: 2%; z-index: 10; font-size: 3rem; } @@ -1059,8 +1059,8 @@