From 6d8f23d0374b1ab592ef0ac1c4aea141fa834545 Mon Sep 17 00:00:00 2001 From: liyy <18435186204@163.com> Date: Tue, 1 Sep 2026 17:21:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=88=90=E7=BB=A9?= =?UTF-8?q?=E5=BD=95=E5=85=A5=E8=A1=A8=E5=8D=95=20label=20=E4=B8=8E=20inpu?= =?UTF-8?q?t=20=E6=AF=94=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/views/mock/MockFormView.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/src/views/mock/MockFormView.vue b/client/src/views/mock/MockFormView.vue index 834fafa..96e614d 100644 --- a/client/src/views/mock/MockFormView.vue +++ b/client/src/views/mock/MockFormView.vue @@ -244,8 +244,9 @@ watch( font-weight: var(--fw-card-title); color: var(--text-primary); } -.mock-form__score-input { - width: 84px; +.form-control.mock-form__score-input { + flex: 0 0 auto; + width: 88px; text-align: right; } .mock-form__total {