From 93af1c6ffb9ae0e894689ad3a37b548e57d54cff Mon Sep 17 00:00:00 2001 From: linzhijie <19970921lzj> Date: 星期四, 11 三月 2021 19:10:07 +0800 Subject: [PATCH] 有注释的测评系统业务代码 --- src/main/resources/templates/exam/product/product.html | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/exam/product/product.html b/src/main/resources/templates/exam/product/product.html index a61ec57..12484ce 100644 --- a/src/main/resources/templates/exam/product/product.html +++ b/src/main/resources/templates/exam/product/product.html @@ -51,8 +51,7 @@ shiro:hasPermission="exam:product:remove"> <i class="fa fa-remove"></i> [[#{basis.del}]] </a> - <a style="background-color: #a87242;border-color: #a87242;color: #FFFFFF" - class="btn" onclick="$.table.exportExcel()" shiro:hasPermission="exam:product:export"> + <a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="exam:product:export"> <i class="fa fa-download"></i> [[#{basis.export}]] </a> </div> -- Gitblit v1.9.1