update 优化 el-select 与 el-input 全局样式

This commit is contained in:
疯狂的狮子Li
2024-04-17 19:40:34 +08:00
parent b5042d13d2
commit 4b19f55bce
17 changed files with 45 additions and 43 deletions

View File

@ -135,4 +135,8 @@
// 修复el-select下拉框宽度问题
.el-select {
width: 240px !important;
}
}
.el-input {
width: 240px !important;
}