【问题标题】:bootstrap-select, center title引导选择,中心标题
【发布时间】:2016-10-19 15:32:59
【问题描述】:

我正在使用https://github.com/silviomoreto/bootstrap-select 并尝试将选择列表标题居中,但到目前为止还没有做到这一点。 我试过使用 title 的中心标题:

<select class="selectpicker" style="text-align: center;" title="Select one">

和数据标题:

<select class="selectpicker" style="text-align: center;" data-title="Select one">

并使用数据隐藏选项:

<option data-hidden="true" class="text-center" value="">Select one</option>

但是,标题始终在左侧对齐。任何提示什么可能有效?

【问题讨论】:

    标签: twitter-bootstrap bootstrap-select


    【解决方案1】:

    也许

    text-align-last: center;
    

    会有所帮助

    【讨论】:

      【解决方案2】:

      你试试:

      select {
        padding: 0 0 0 30px;
      }
      

      【讨论】:

        猜你喜欢
        • 2012-06-24
        • 1970-01-01
        • 2021-09-25
        • 1970-01-01
        • 2017-01-26
        • 1970-01-01
        • 1970-01-01
        • 2022-06-15
        • 1970-01-01
        相关资源
        最近更新 更多