feat:修改样式

pg_adapter
wangxy 9 months ago
parent 1d62531370
commit 04cd53c66c

@ -174,7 +174,7 @@
<div class="form-group">
<label class="col-sm-4 control-label is-required">是否持有护照或港澳通行证:</label>
<div class="col-sm-8">
<div class="radio-box" th:each="dict : ${@dict.getType('sys_yes_no')}">
<div class="radio-box" th:each="dict : ${@dict.getType('sys_user_passport')}">
<input type="radio" required th:id="${dict.dictCode}" name="havePassport" th:value="${dict.dictValue}" th:checked="${dict.default}">
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>
@ -185,7 +185,7 @@
<div class="form-group">
<label class="col-sm-4 control-label is-required">是否具有出入境备案:</label>
<div class="col-sm-8">
<div class="radio-box" th:each="dict : ${@dict.getType('sys_yes_no')}">
<div class="radio-box" th:each="dict : ${@dict.getType('sys_user_passport')}">
<input type="radio" required th:id="${dict.dictCode}" name="entryexitFiling" th:value="${dict.dictValue}" th:checked="${dict.default}">
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>

@ -161,7 +161,7 @@
<div class="form-group">
<label class="col-sm-4 control-label is-required">是否持有护照或港澳通行证:</label>
<div class="col-sm-8">
<div class="radio-box" th:each="dict : ${@dict.getType('sys_yes_no')}">
<div class="radio-box" th:each="dict : ${@dict.getType('sys_user_passport')}">
<input type="radio" required th:id="${dict.dictCode}" name="havePassport" th:value="${dict.dictValue}" th:field="*{havePassport}">
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>
@ -172,7 +172,7 @@
<div class="form-group">
<label class="col-sm-4 control-label is-required">是否具有出入境备案:</label>
<div class="col-sm-8">
<div class="radio-box" th:each="dict : ${@dict.getType('sys_yes_no')}">
<div class="radio-box" th:each="dict : ${@dict.getType('sys_user_passport')}">
<input type="radio" required th:id="${dict.dictCode}" name="entryexitFiling" th:value="${dict.dictValue}" th:field="*{entryexitFiling}">
<label th:for="${dict.dictCode}" th:text="${dict.dictLabel}"></label>
</div>

Loading…
Cancel
Save