样式问题

master
pengqiang 2022-08-18 09:52:10 +08:00
parent 6da445a858
commit 26f07c3957
1 changed files with 2 additions and 2 deletions

View File

@ -2645,10 +2645,10 @@
<div class="am-u-sm-12 am-u-md-4 switch-button" style="height: 25px;">
<label class="am-radio-inline">
<input type="radio" value="2" checked="checked" name="docVlGender" required> 审核通过
<input type="radio" value="2" checked="checked" style="width: 20px" name="docVlGender" required> 审核通过
</label>
<label class="am-radio-inline">
<input type="radio" value="3" name="docVlGender"> 审核不通过
<input type="radio" value="3" style="width: 20px" name="docVlGender"> 审核不通过
</label>
</div>