gpt4 book ai didi

angular-ui-select - 无法使标签与 angular-ui-select 对象内联

转载 作者:行者123 更新时间:2023-12-04 07:49:53 24 4
gpt4 key购买 nike

我试图让标签位于 angular-ui-select 下拉菜单的左侧,但无论我尝试什么,它都会一直出现在标签下方。我最近拉下了最新的angular-ui-select。我正在使用 selectize 主题,但 bootstrap 主题也发生了同样的事情。

我是不是在我的 HTML 中做错了什么?我只是看不到它。

这是我的 HTML 正文:

<body>
<div ng-controller="MainCtrl">
<div id="acct">
<label for="acctList">Account:</label>
<ui-select id="acctList" ng-model="acctList.selected" style="width: 250px;" theme="selectize" ng-disabled="disabled" title="Choose an account">
<ui-select-match placeholder="Select or search an account in the list...">{{$select.selected.name}}</ui-select-match>
<ui-select-choices repeat="account in acctList | filter: $select.search">
<span ng-bind-html="account.name | highlight: $select.search"></span>
</ui-select-choices>
</ui-select>
</div>
</div>
</body>

非常感谢任何帮助。谢谢

最佳答案

经过更多的搜索和实验并使用 Firebug,我发现 ui-select 是由 div 组成的。我可以通过添加以下内容将标签放在下拉列表的左侧:

display:inline-block; vertical-align:middle 

ui-select 的样式属性。

(无法发布图片)

关于angular-ui-select - 无法使标签与 angular-ui-select 对象内联,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29778719/

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