From 2f737df6f8e482540a465445bdb003d98103db54 Mon Sep 17 00:00:00 2001
From: linzhijie <19970921lzj>
Date: 星期一, 12 四月 2021 23:41:17 +0800
Subject: [PATCH] 第二次无注释的源码

---
 src/main/resources/templates/exam/test_package/test_package.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/templates/exam/test_package/test_package.html b/src/main/resources/templates/exam/test_package/test_package.html
index 682f0eb..cdf460a 100644
--- a/src/main/resources/templates/exam/test_package/test_package.html
+++ b/src/main/resources/templates/exam/test_package/test_package.html
@@ -15,7 +15,7 @@
                             <input type="text" name="userName"/>
                         </li>
                         <li>
-                            <p>[[#{basis.name}]]锛�</p>
+                            <p>[[#{jsp.exam.report.TestPackage}]]锛�</p>
                             <input type="text" name="testName"/>
                         </li>
                         <li>
@@ -94,7 +94,7 @@
                class="btn" onclick="javascript:recover()" shiro:hasPermission="exam:test_package:recover">
                 <i class="fa fa-address-book"></i> [[#{jsp.exam.test_package.006}]]
             </a>
-            <a style="background-color: #7b76b7;border-color: #7b76b7;color: #FFFFFF"
+            <a style="background-color:#b459d4;color:#ffffff"
                 class="btn" onclick="javascript:testReport()" shiro:hasPermission="exam:test_package:testreport">
                 <i class="fa fa-download"></i> [[#{jsp.exam.test_package.007}]]
             </a>

--
Gitblit v1.9.1