From c18c9bf6b807ff834396032f5798021f55c70a15 Mon Sep 17 00:00:00 2001 From: chenyuan Date: Tue, 18 Aug 2026 19:21:38 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=BC=A9=E5=B0=8F=E5=AE=9E=E8=AE=AD?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E6=93=8D=E4=BD=9C=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/student-training.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/assets/styles/student-training.scss b/src/assets/styles/student-training.scss index 394a2a8..29073ec 100644 --- a/src/assets/styles/student-training.scss +++ b/src/assets/styles/student-training.scss @@ -1,8 +1,8 @@ .student-training-shell { --student-step-height: 46px; --student-step-font: 14px; - --student-action-height: 64px; - --student-action-font: 24px; + --student-action-height: 52px; + --student-action-font: 20px; --student-upload-height: 40px; --student-upload-font: 14px; --student-aux-height: 42px; @@ -290,11 +290,11 @@ display: inline-flex !important; align-items: center !important; justify-content: center !important; - min-width: 172px !important; + min-width: 144px !important; width: auto !important; height: var(--student-action-height) !important; min-height: var(--student-action-height) !important; - padding: 0 28px !important; + padding: 0 20px !important; border: 1px solid #2c83aa !important; border-radius: var(--student-radius-sm) !important; color: #dff7ff !important;