Merge remote-tracking branch 'origin/master'

master
OathK1per 2022-08-18 14:51:00 +08:00
commit 08cd8e316b
1 changed files with 2 additions and 2 deletions

View File

@ -2622,10 +2622,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>