From 41f49fae3c4717eeb552ef17f14502170ad2b5f3 Mon Sep 17 00:00:00 2001 From: jingna <1264204245@qq.com> Date: Mon, 29 Jun 2026 10:11:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/timeSetting/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/timeSetting/index.vue b/frontend/src/views/timeSetting/index.vue index 32321ae..ac823dd 100644 --- a/frontend/src/views/timeSetting/index.vue +++ b/frontend/src/views/timeSetting/index.vue @@ -150,14 +150,14 @@ onUnmounted(() => { :deep(.el-input__inner) { color: #363636; - min-height: 40px; + min-height: 32px; } :deep(.el-form-item__label) { - line-height: 40px !important; + line-height: 32px !important; } :deep(.el-input__wrapper) { - min-height: 40px !important; + min-height: 32px !important; } \ No newline at end of file