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 530c0e09bc..59b1166e68 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;