From 1badbc97914fd5b0a8c3e23a093966333d2baba6 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 08 Mar 2021 10:04:17 +0800
Subject: [PATCH] 20210308

---
 src/main/resources/templates/febs/views/modules/documentary/followLabelSet.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/documentary/followLabelSet.html b/src/main/resources/templates/febs/views/modules/documentary/followLabelSet.html
index 0a6b83a..de6e129 100644
--- a/src/main/resources/templates/febs/views/modules/documentary/followLabelSet.html
+++ b/src/main/resources/templates/febs/views/modules/documentary/followLabelSet.html
@@ -26,12 +26,12 @@
     <span shiro:lacksPermission="user:view,user:update,user:delete">
         <span class="layui-badge-dot febs-bg-orange"></span> 无权限
     </span>
-    <a lay-event="edit" shiro:hasPermission="user:update">编辑
+    <button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="edit" shiro:hasPermission="user:update">编辑
 		<i class="layui-icon febs-edit-area febs-blue"></i>
- 	</a>
-    <a lay-event="delete" shiro:hasPermission="user:update">删除
+ 	</button>
+    <button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="delete" shiro:hasPermission="user:update">删除
 		<i class="layui-icon febs-edit-area febs-blue"></i>
- 	</a>
+ 	</button>
 </script>
 <!-- 表格操作栏 end -->
 <script data-th-inline="none" type="text/javascript">

--
Gitblit v1.9.1