如何使sumoselect下拉更广泛

时间:2017-05-01 18:24:29

标签: javascript jquery multi-select sumoselect.js

这是我对sumoselect的下拉列表的结果:

enter image description here

我希望下拉列表更宽,但我还没有能够弄清楚如何影响它。有谁知道要覆盖什么css或怎么做?

供参考:https://github.com/HemantNegi/jquery.sumoselect

尝试在检查器中编辑CSS;没有运气。

enter image description here

1 个答案:

答案 0 :(得分:0)

通过更改sumoselect.css中的宽度来实现它。

FROM:

.SumoSelect {width:200px;}

TO:

.SumoSelect {width:inherit;} 然后用所需宽度包装每个实例(如果需要):

。 。 。