📜  .select2-selection__arrow { 高度:34px !important; } - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:50.678000             🧑  作者: Mango

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