mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-05 05:19:21 +08:00
7 lines
409 B
HTML
7 lines
409 B
HTML
<div class="am-form-group am-form-group-refreshing">
|
|
<label>内边距</label>
|
|
<div class="am-input-group am-input-group-sm">
|
|
<input type="number" placeholder="内边距" name="style[key]_padding" min="0" max="30" data-validation-message="请输入内边距、最大30的数字" value="" class="am-form-field" [required] />
|
|
<span class="am-input-group-label">px</span>
|
|
</div>
|
|
</div> |