按钮样式调整

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

@ -2,12 +2,12 @@
<html xmlns:th="http://www.w3.org/1999/xhtml">
<meta charset="utf-8">
<head th:include="include :: header"></head>
<body>
<body class="gray-bg">
<div class="wrapper wrapper-content">
<div class="btn-group hidden-xs" id="tableToolbar" role="group">
<div class="form-group">
<button type="button" class="btn btn-outline btn-default" onclick="javascript:add(0)" shiro:hasPermission="system:menu:add">
<i class="fa fa-plus"></i> 新增菜单
<i class="fa fa-plus"></i> 新增
</button>
</div>
</div>