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