fix : 사진 건수 입력필드 길이 수정

main
이범준 2 years ago
parent e496711a50
commit 0e70ccef36

@ -105,7 +105,7 @@ Date Author Description
<th>영상매체</th> <th>영상매체</th>
<td> <td>
<code:select id="imageSeCode" name="imageSeCode" codeId="FIM027" title="영상매체" cls="form-select" alt="영상매체"/> <code:select id="imageSeCode" name="imageSeCode" codeId="FIM027" title="영상매체" cls="form-select" alt="영상매체"/>
<input type="text" name="imageNmrs" data-fmt-type="number" style="width: 30%"/> <input type="text" name="imageNmrs" data-fmt-type="number" class="w-px-50" />
</td> </td>
</tr> </tr>

Loading…
Cancel
Save