bootstrap table-responsive不能在firefox mobile上运行

时间:2016-05-01 22:12:04

标签: html css twitter-bootstrap firefox

我将表响应类添加到表的包装div,它在所有浏览器中工作正常,除了Firefox for mobile(至少是android)和滚动器没有显示任何想法?

P.S。我在网站上访问其他问题,但我的表是没有字段集的普通表或其他问题中提到的其他问题。

这是我的代码:

<div class="table-responsive">
    <table class="table">
        <thead>
            <tr>
                <th>foo</th>
                <th>foo</th>
                <th>foo</th>
                <th>foo</th>
                <th>foo</th>
                <th>foo</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td>
                    <span>foo</span>
                    till
                    <br>
                    <span>foo</span>
                </td>
                <td>200</td>
                <td>50%</td>
                <td>100</td>
                <td>100</td>
                <td>
                    <a
                      style="min-width: 78px; display: inline-block;"
                      href="#"
                      class="addticket-modalrun btn btn-success btn-xs"
                      data-toggle="modal"
                      data-price="100"
                      data-stock="100"
                      data-priceformat="100"
                      data-ticketid="11"
                      data-target="#addToCartModal">
                      foo
                    </a>
                </td>
            </tr>
        </tbody>
    </table>
</div>

1 个答案:

答案 0 :(得分:0)

@Mohsenkw你可以请你的代码并发送链接吗? 我可能会解决它。

谢谢:)