Commit 814ba974 by Java-曹文达

页面按钮优化

parent 6dc51b54
......@@ -95,7 +95,7 @@
<li class="s_menu_item"><a target="main_frame" href="/web/bpm/user/toDeployment"><span class="nav-icon"><i class="fa fa-qrcode bg-gradient-red text-white"></i></span>查看流程</a></li>
<li class="s_menu_item"><a target="main_frame" href="/model/createNew"><span class="nav-icon"><i class="fa fa-heart bg-gradient-orange text-white"></i></span>创建流程</a></li>
<li class="s_menu_item"><a target="main_frame" href="/web/bpm/user/toOrganization"><span class="nav-icon"><i class="fa fa-table bg-gradient-green text-white"></i></span>组织结构</a></li>
<li class="s_menu_item"><a target="main_frame" href="/web/bpm/user/toUserList"><span class="nav-icon"><i class="fa fa-user bg-gradient-pink text-white"></i></span>用户管理</a></li>
<li class="s_menu_item"><a target="main_frame" href="/web/bpm/user/toUserList"><span class="nav-icon"><i class="fa fa-user bg-gradient-green text-white"></i></span>用户管理</a></li>
<li class="s_menu_item"><a target="main_frame" href="/swagger-ui.html"><span class="nav-icon"><i class="fa fa-map bg-gradient-blue text-white"></i></span>API 文档</a></li>
</ul>
......
......@@ -33,6 +33,10 @@
button{
}
body .layui-layer-rim .layui-layer-btn a{
background-color:#005ba7;
color: white;
}
</style>
<body>
......@@ -41,7 +45,7 @@
<div class="search">
<p class="title">条件查询</p>
<p class="search_pro" style="padding-left: 0px;">
<label class="layui-form-label" style=" width: 100px;">流程名称:</label>
<label class="layui-form-label" style=" width: 150px;">流程名称:</label>
<input style="width: 200px" type="text" name="modelName" lay-verify="title" autocomplete="off" placeholder="请输入流程名称" class="layui-input">
<span class="cx">
<button style="background-color: #005ba7;margin-left: 16px;" class="layui-btn" onclick="getBargainProduct()">查询</button>
......@@ -301,6 +305,10 @@
/*导出流程 */
function exportDeployMent(id) {
layer.msg('文件导出中', {
icon: 16,
time : 4000
});
location.href="/bpm/user/exportDeployMent?modelId="+id
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment