fix : 팝업 화면 테이블 너비 수정

main
이범준 2 years ago
parent 66df078b6b
commit e496711a50

@ -65,7 +65,7 @@ Date Author Description
<input type="hidden" name="interfaceSeqN" />
<input type="hidden" name="ctznSttemntDetailSn" />
<input type="hidden" name="payerId" />
<table class="table-03">
<table class="table-03 col-12">
<caption>위반정보 상세</caption>
<colgroup>
<col style="width: 12%;"/>

@ -96,7 +96,7 @@ Date Author Description
</div>
<div class="card-body">
<form id="frmReglt">
<table class="table-03">
<table class="table-03 col-12">
<caption>위반정보 상세</caption>
<colgroup>
<col style="width: 15%;"/>
@ -188,7 +188,7 @@ Date Author Description
</tbody>
</table>
<table class="table-03">
<table class="table-03 col-12">
<caption>위반정보 상세2</caption>
<colgroup>
<col style="width: 12%;"/>
@ -264,7 +264,7 @@ Date Author Description
</form>
<form id="frmPayer">
<input type="hidden" id="payerId" name="payerId" />
<table class="table-03">
<table class="table-03 col-12">
<caption>소유주 정보</caption>
<colgroup>
<col style="width: 12%;"/>
@ -335,7 +335,7 @@ Date Author Description
<div class="card-title fw-bold">진술내역</div>
</div>
<div class="card-body">
<table class="table-03">
<table class="table-03 col-12">
<caption>의견진술 정보</caption>
<colgroup>
<col style="width: 10%;"/>
@ -425,7 +425,7 @@ Date Author Description
<span class="card-title fw-bold">판정</span>
</div>
<div class="card-body">
<table class="table-03">
<table class="table-03 col-12">
<colgroup>
<col style="width: 10%;"/>
<col style="width: 20%;"/>
@ -472,7 +472,7 @@ Date Author Description
<div class="card-title fw-bold">감경처리</div>
</div>
<div class="card-body">
<table class="table-03">
<table class="table-03 col-12">
<colgroup>
<col style="width: 21%;"/>
<col style="width: 8%;"/>
@ -518,7 +518,7 @@ Date Author Description
<div class="card-title fw-bold">서손처리</div>
</div>
<div class="card-body">
<table class="table-03">
<table class="table-03 col-12">
<colgroup>
<col style="width: 21%;"/>
<col style="width: 8%;"/>

Loading…
Cancel
Save