update 优化 el-select 与 el-input 全局样式
This commit is contained in:
@ -135,4 +135,8 @@
|
||||
// 修复el-select下拉框宽度问题
|
||||
.el-select {
|
||||
width: 240px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.el-input {
|
||||
width: 240px !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user