From 310a0d0df177f5bfb95636c4e070f1e1aed434dd Mon Sep 17 00:00:00 2001 From: Euni4U <958079825@qq.com> Date: Wed, 19 Mar 2025 15:27:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BE=B9=E6=A1=86=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/templates/report-template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/templates/report-template.html b/public/templates/report-template.html index 0f6af28..f49e9dd 100644 --- a/public/templates/report-template.html +++ b/public/templates/report-template.html @@ -94,7 +94,7 @@ .report-summary { padding: 15px; background-color: transparent; - border-top: 1px solid #e0e0e0; + border-top: 1px solid #000 !important; } /* 新增表格样式 */ @@ -106,7 +106,7 @@ .exam-table th, .exam-table td { - border: 1px solid #ddd; + border: 1px solid #000 !important; padding: 12px; text-align: left; font-size: 16px;