gpt4 book ai didi

css - JqMobile表格样式坏了?

转载 作者:行者123 更新时间:2023-11-28 11:49:37 24 4
gpt4 key购买 nike

我的表有问题 JqMobile 样式在我上传到服务器时不起作用 我希望数据水平不损坏。

http://jsfiddle.net/Tbu9U/ enter image description herehtml

    <table data-role="table" id="productOrders" data-mode="reflow" class="ui-table ui-table-reflow">
<thead>
<tr>
<th>Code</th>
<th>Name</th>
<th>Price</th>
<th>Qty.</th>
<th>Ext.</th>
</tr>
</thead>
<tbody>
<tr>
<td><b class="ui-table-cell-label">Code</b></td>
<td><b class="ui-table-cell-label">Name</b></td>
<td><b class="ui-table-cell-label">Price</b></td>
<td><b class="ui-table-cell-label">Qty.</b></td>
<td><b class="ui-table-cell-label">Ext.</b></td>
</tr>
<tr>
<td>uj7uu</td>
<td>games</td>
<td class="dollars">$70</td>
<td>3</td>
<td>$210</td>
</tr>
</tbody>
</table>

最佳答案

这是您更新的 fiddle : http://jsfiddle.net/ezanker/Tbu9U/1/

唯一的变化是表格标记,删除类 ui-table-reflow 并添加 ui-responsive:

<table data-role="table" id="productOrders" data-mode="reflow" class="ui-table ui-responsive">

关于css - JqMobile表格样式坏了?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20356274/

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