输入框修改

This commit is contained in:
jingna 2026-06-29 10:11:57 +08:00
parent 15741a575d
commit 41f49fae3c

View File

@ -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;
}
</style>