fix : 셀렉트박스 수정

main
이범준 2 years ago
parent 3174127b1b
commit 41869f440e

@ -18,7 +18,6 @@ Date Author Description
<style>
#regltProcessSttusCode {
width: 29%;
color: #2a48ff;
background-color: #d3dfff;
font-weight: bold;
@ -246,7 +245,7 @@ Date Author Description
<th>처리상태</th>
<td colspan="2">
<input type="text" data-fmt-type="dt" name="lastProcessDt" style="width: 69%" readonly/>
<code:select id="regltProcessSttusCode" name="regltProcessSttusCode" codeId="FIM010" title="단속처리상태" cls="form-select" alt="단속처리상태" disabled="true"/>
<code:select id="regltProcessSttusCode" name="regltProcessSttusCode" codeId="FIM010" title="단속처리상태" cls="form-select w-form-select" alt="단속처리상태" disabled="true"/>
</td>
</tr>
<tr>

Loading…
Cancel
Save