From 41c6881cc8d5f06360c7b4bf6e7913ffd149d060 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 3 Jun 2025 18:06:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dashboard-style/SeniorStyleSetting.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/SeniorStyleSetting.vue b/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/SeniorStyleSetting.vue index 32f720106a..c08e89926a 100644 --- a/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/SeniorStyleSetting.vue +++ b/core/core-frontend/src/components/dashboard/subject-setting/dashboard-style/SeniorStyleSetting.vue @@ -6,7 +6,7 @@ @@ -24,7 +24,7 @@ @@ -120,6 +120,12 @@ onMounted(() => { line-height: 20px; } } + +.h-auto { + :deep(.ed-form-item__label) { + height: auto; + } +} .form-item-dark { :deep(.ed-form-item__label) { color: #6a6a6a;