📜  select2 增加高度 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:00.626000             🧑  作者: Mango

代码示例1
.select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 35px !important;
}