angular-ui ui-select-choices在IE 9中没有占据宽度的100%

时间:2015-06-03 12:53:03

标签: angular-ui angular-ui-select

使用bootstrap主题,带有类ui-select-choices的ul不会占用IE 9中100%的宽度。有关如何解决此问题的想法吗?

enter image description here

1 个答案:

答案 0 :(得分:1)

<!--[if ie 9]>
        <style type="text/css">
        .ui-select-bootstrap > .ui-select-choices {
            width: auto;
            min-width: 100%;
        }
    </style>
<![endif]-->