From 1574ba165b9ae024a093043648c0741b50f8a55d Mon Sep 17 00:00:00 2001 From: linzhijie <19970921lzj> Date: 星期一, 12 四月 2021 11:59:57 +0800 Subject: [PATCH] 最新代码 --- src/main/resources/templates/exam/userpaper/userPaper.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/templates/exam/userpaper/userPaper.html b/src/main/resources/templates/exam/userpaper/userPaper.html index fb6ecec..b0c1f13 100644 --- a/src/main/resources/templates/exam/userpaper/userPaper.html +++ b/src/main/resources/templates/exam/userpaper/userPaper.html @@ -120,7 +120,7 @@ align: 'center', formatter: function (value, row, index) { var actions = []; - actions.push('<a class="btn btn-success btn-xs href="javascript:void(0)" onclick="$.operate.edit(\'' + row.userId + '\')"><i class="fa fa-edit"></i>'+[[#{jsp.product.package.authorization}]]+'</a> '); + actions.push('<a style="background-color: #a87242;border-color: #a87242;color: #FFFFFF" class="btn btn-success btn-xs href="javascript:void(0)" onclick="$.operate.edit(\'' + row.userId + '\')"><i class="fa fa-edit"></i>'+[[#{jsp.product.package.authorization}]]+'</a> '); return actions.join(''); } }] -- Gitblit v1.9.1