From 468e4503586a71f636868dec35f7cbe4f66dd4c4 Mon Sep 17 00:00:00 2001
From: linzhijie <19970921lzj>
Date: 星期三, 24 三月 2021 21:01:59 +0800
Subject: [PATCH] 首页新增一个测试包搜索类型

---
 src/main/resources/templates/monitor/job/jobLog.html |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/templates/monitor/job/jobLog.html b/src/main/resources/templates/monitor/job/jobLog.html
index ce99fb7..220c66a 100644
--- a/src/main/resources/templates/monitor/job/jobLog.html
+++ b/src/main/resources/templates/monitor/job/jobLog.html
@@ -48,8 +48,7 @@
 	            <a class="btn btn-danger" onclick="$.operate.clean()" shiro:hasPermission="monitor:job:remove">
 	                <i class="fa fa-trash"></i> [[#{basis.clear}]]
 	            </a>
-	            <a style="background-color: #a87242;border-color: #a87242;color: #FFFFFF"
-				    class="btn" onclick="$.table.exportExcel()" shiro:hasPermission="monitor:job:export">
+	            <a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="monitor:job:export">
 		            <i class="fa fa-download"></i> [[#{basis.export}]]
 		        </a>
 	        </div>

--
Gitblit v1.9.1