0
我在設置jQuery Mobile複選框Controlgroup時遇到了問題。在下面,您可以看到複選框的預期方式以及當前在我的應用程序中的方式。顯然,我的Controlgroup的內部空間大於預期,並且我沒有更改CSS的任何填充或邊距屬性。jQuery Mobile複選框controlgroup spacing
頁面的HTML代碼是:
<form>
<fieldset class="ui-field-contain" data-role="controlgroup" data-iconpos="right">
<legend>Swatch B:</legend>
<input type="checkbox" name="checkbox-t-2a" id="checkbox-t-2a" data-theme="a">
<label for="checkbox-t-2a">One</label>
<input type="checkbox" name="checkbox-t-2b" id="checkbox-t-2b" data-theme="a">
<label for="checkbox-t-2b">Two</label>
<input type="checkbox" name="checkbox-t-2c" id="checkbox-t-2c" data-theme="a">
<label for="checkbox-t-2c">Three</label>
</fieldset>
</form>
JS小提琴鏈接? – Varun
https://jsfiddle.net/gh5t7fam/ @Varun –
你是否從某處複製粘貼的代碼?因爲有太多' '從哪兒冒出來! – Varun