From e5a75c8a694026991445798267efc0dd16959fa6 Mon Sep 17 00:00:00 2001 From: MKStoler1024 <158786854+MKStoler1024@users.noreply.github.com> Date: Mon, 14 Apr 2025 16:49:20 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BB=A5=E5=8C=B9=E9=85=8D=E6=B7=B1=E8=89=B2?= =?UTF-8?q?=E4=B8=BB=E9=A2=98=EF=BC=8C=E4=BF=AE=E6=94=B9=E8=BE=B9=E6=A1=86?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E5=92=8C=E5=86=85=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exam/Styles/ealg/light.css | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/exam/Styles/ealg/light.css b/exam/Styles/ealg/light.css index 33c2d7a..dfe585a 100644 --- a/exam/Styles/ealg/light.css +++ b/exam/Styles/ealg/light.css @@ -163,10 +163,10 @@ table { } th, td { - padding: 1px; + padding: 3px; /* 修改padding值以匹配dark主题 */ font-size: 1.8rem; text-align: center; - border-bottom: 1px solid #ffffff; + border-bottom: 1px solid #E8DEF8; /* 修改边框颜色 */ } th { @@ -180,9 +180,9 @@ tr:hover { } .exam-status-tag { - padding: 6px 12px; - border-radius: 8px; - font-size: 1rem; + padding: 2px 4px; /* 修改padding值以匹配dark主题 */ + border-radius: 3px; /* 修改圆角大小 */ + font-size: 1.2rem; /* 修改字体大小 */ font-weight: 500; } @@ -656,4 +656,15 @@ input:checked + .slider:before { .count-btn .material-icons { font-size: 16px; +} + +.count-control input { + width: 60px; + padding: 5px; + font-size: 2rem; + text-align: center; + background-color: #FFFFFF; + color: #1C1B1F; + border: 2px solid #E8DEF8; + border-radius: 8px; } \ No newline at end of file