gpt4 book ai didi

javascript - 如何阻止 jQuery Mobile 按钮组溢出?

转载 作者:行者123 更新时间:2023-12-01 01:40:32 25 4
gpt4 key购买 nike

我尝试水平放置 7 个按钮,但在较小的屏幕尺寸上看到一些溢出。

Button Group Overflow

<div data-mini="true">
<fieldset data-role="controlgroup" data-type="horizontal">
<input type="checkbox" name="checkbox-h-2a" id="checkbox-h-2a">
<label for="checkbox-h-2a">Sun</label>
<input type="checkbox" name="checkbox-h-2b" id="checkbox-h-2b">
<label for="checkbox-h-2b">Mon</label>
<input type="checkbox" name="checkbox-h-2c" id="checkbox-h-2c">
<label for="checkbox-h-2c">Tue</label>
<input type="checkbox" name="checkbox-h-2d" id="checkbox-h-2d">
<label for="checkbox-h-2d">Wed</label>
<input type="checkbox" name="checkbox-h-2e" id="checkbox-h-2e">
<label for="checkbox-h-2e">Thu</label>
<input type="checkbox" name="checkbox-h-2f" id="checkbox-h-2f">
<label for="checkbox-h-2f">Fri</label>
<input type="checkbox" name="checkbox-h-2g" id="checkbox-h-2g">
<label for="checkbox-h-2g">Sat</label>
</fieldset>
</div>

最佳答案

尝试直接在 fieldset 标记中应用 set mini 版本,如下所示:

<fieldset data-role="controlgroup" data-type="horizontal" data-mini="true"> 

关于javascript - 如何阻止 jQuery Mobile 按钮组溢出?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47835512/

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