修改边框颜色

This commit is contained in:
Euni4U 2025-03-19 15:27:32 +08:00
parent d6ae1f858d
commit 310a0d0df1

View File

@ -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;