将 ui-select 与主题 Bootstrap 一起使用时:如何使 select 变小?
When using ui-select with theme Bootstrap: how to make the select smaller?
将 ui-select 与主题 Bootstrap 一起使用时,"select" 看起来与 Bootstrap 按钮大小相同,即:btn btn-default
我希望 select 看起来像一个“btn-sm
”按钮。
我该怎么做? 类 我应该修改什么?
有人在 ui-select 的 Github 站点给出了一个解决方案:
用 form-group-sm
将指令包装在 div 中,例如:
<div class='form-group-sm'><ui-select>...</ui-select></div>
https://github.com/angular-ui/ui-select/issues/169#issuecomment-298361767
将 ui-select 与主题 Bootstrap 一起使用时,"select" 看起来与 Bootstrap 按钮大小相同,即:btn btn-default
我希望 select 看起来像一个“btn-sm
”按钮。
我该怎么做? 类 我应该修改什么?
有人在 ui-select 的 Github 站点给出了一个解决方案:
用 form-group-sm
将指令包装在 div 中,例如:
<div class='form-group-sm'><ui-select>...</ui-select></div>
https://github.com/angular-ui/ui-select/issues/169#issuecomment-298361767