From 5e873863bc7324894c89b0a0fc77a6202c91cd64 Mon Sep 17 00:00:00 2001 From: wzp <516075396@qq.com> Date: 星期二, 06 四月 2021 10:35:42 +0800 Subject: [PATCH] 20210406 --- src/main/resources/templates/monitor/job/jobLog.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/resources/templates/monitor/job/jobLog.html b/src/main/resources/templates/monitor/job/jobLog.html index 220c66a..ce99fb7 100644 --- a/src/main/resources/templates/monitor/job/jobLog.html +++ b/src/main/resources/templates/monitor/job/jobLog.html @@ -48,7 +48,8 @@ <a class="btn btn-danger" onclick="$.operate.clean()" shiro:hasPermission="monitor:job:remove"> <i class="fa fa-trash"></i> [[#{basis.clear}]] </a> - <a class="btn btn-warning" onclick="$.table.exportExcel()" shiro:hasPermission="monitor:job:export"> + <a style="background-color: #a87242;border-color: #a87242;color: #FFFFFF" + class="btn" onclick="$.table.exportExcel()" shiro:hasPermission="monitor:job:export"> <i class="fa fa-download"></i> [[#{basis.export}]] </a> </div> -- Gitblit v1.9.1