fix : 인라인 스타일 제거

main
이범준 2 years ago
parent 50841d65ec
commit 1ff9cfb03a

@ -117,8 +117,8 @@ Date Author Description
<tr> <tr>
<th>위반일시</th> <th>위반일시</th>
<td> <td>
<input type="text" data-fmt-type="day" name="regltDe" style="width: 50%" readonly/> <input type="text" class="form-date w-45" data-fmt-type="day" name="regltDe" readonly/>
<input type="text" data-fmt-type="time" name="regltBeginTime" style="width: 45%" readonly/> <input type="text" class="form-date w-45" data-fmt-type="time" name="regltBeginTime" readonly/>
</td> </td>
<th>차량번호</th> <th>차량번호</th>
<td> <td>

@ -10910,6 +10910,10 @@ button.list-group-item-gray.active {
width: 25% !important; width: 25% !important;
} }
.w-45 {
width: 45% !important;
}
.w-50 { .w-50 {
width: 50% !important; width: 50% !important;
} }

Loading…
Cancel
Save