gpt4 book ai didi

jquery - 选择 2 : make height of single select match height of multiple select?

转载 作者:行者123 更新时间:2023-11-28 17:04:11 25 4
gpt4 key购买 nike

我正在使用神奇的 select2 jquery plugin .我想让单选框的高度与多选框的高度匹配。

我尝试了各种 CSS 修复,包括:

.select2-container .select2-choice {
height: 36px;
}

但似乎没有任何效果。谁能帮忙?

JSFiddle 在这里:http://jsfiddle.net/vfa4831b/1/

最佳答案

将此添加到您的 CSS:

.select2-container .select2-selection--single {
height: 32px;
}

http://jsfiddle.net/vfa4831b/3/

关于jquery - 选择 2 : make height of single select match height of multiple select?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30653658/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com