输入框修改
This commit is contained in:
parent
15741a575d
commit
41f49fae3c
@ -150,14 +150,14 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
:deep(.el-input__inner) {
|
:deep(.el-input__inner) {
|
||||||
color: #363636;
|
color: #363636;
|
||||||
min-height: 40px;
|
min-height: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.el-form-item__label) {
|
:deep(.el-form-item__label) {
|
||||||
line-height: 40px !important;
|
line-height: 32px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.el-input__wrapper) {
|
:deep(.el-input__wrapper) {
|
||||||
min-height: 40px !important;
|
min-height: 32px !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
Reference in New Issue
Block a user