按钮样式调整

This commit is contained in:
RuoYi
2018-05-24 12:55:00 +08:00
parent 2cf599b461
commit 4c05b04889
27 changed files with 72 additions and 73 deletions

View File

@ -5,8 +5,8 @@
<head th:include="include :: header"></head>
<body class="gray-bg">
<div class="btn-group hidden-xs" id="tableToolbar" role="group">
<button type="button" class="btn btn-outline btn-default" th:onclick="'javascript:batchGenCode()'" shiro:hasPermission="tool:gen:code">
<i class="glyphicon glyphicon-download-alt"></i>
<button class="btn btn-outline btn-default" onclick="javascript:batchGenCode()" shiro:hasPermission="tool:gen:code">
<i class="fa fa-download"></i> 批量生成
</button>
</div>
<div class="wrapper wrapper-content">