移动端流程阅览样式调整

This commit is contained in:
zhal 2022-09-27 17:53:51 +08:00
parent 86af05c9ef
commit 8eecb32070
3 changed files with 4 additions and 4 deletions

View File

@ -3577,7 +3577,7 @@ public class CoeDesignerWeb extends ActionWeb {
sb.append(plModel.getName()); sb.append(plModel.getName());
ids.add(plModel.getId()); ids.add(plModel.getId());
getFilePath(sb, ids, plModel); getFilePath(sb, ids, plModel);
macroLibraries.put("toolbarName", sb.toString()); macroLibraries.put("toolbarName", plModel.getName());
List<String> shapeIds = new ArrayList<>();// 当前流程所有节点 List<String> shapeIds = new ArrayList<>();// 当前流程所有节点
List<Map<String, Object>> shapeList = CoeDesignerUtil.getShapeMessageJson2(rUUID);//获取所有节点 List<Map<String, Object>> shapeList = CoeDesignerUtil.getShapeMessageJson2(rUUID);//获取所有节点

View File

@ -857,7 +857,7 @@
line-height: 6rem; line-height: 6rem;
position: absolute; position: absolute;
right: 5%; right: 5%;
top: 1%; top: 2%;
z-index: 10; z-index: 10;
font-size: 3rem; font-size: 3rem;
} }
@ -1059,8 +1059,8 @@
<div class="clearfix"></div> <div class="clearfix"></div>
<div class="toolbar_info2"> <div class="toolbar_info2">
<div id="tab" style="display: none;font-size: 1.7rem;"> <div id="tab" style="display: none;font-size: 1.7rem;">
<div id="processAttr" class="headerTab selected" onclick="clickTab('processAttr');">文件属性 </div> <div id="processDesc" class="headerTab " onclick="clickTab('processDesc');">文件属性</div>
<div id="processDesc" class="headerTab " onclick="clickTab('processDesc');">流程属性</div> <div id="processAttr" class="headerTab selected" onclick="clickTab('processAttr');">活动属性</div>
<div id="processFile" class="headerTab" onclick="clickTab('processFile');">文件预览</div> <div id="processFile" class="headerTab" onclick="clickTab('processFile');">文件预览</div>
<div id="fileheaderTab" class="headerTab" onclick="clickTab('fileheaderTab');">相关/支持文件</div> <div id="fileheaderTab" class="headerTab" onclick="clickTab('fileheaderTab');">相关/支持文件</div>
</div> </div>