수정
This commit is contained in:
parent
96db8f74cb
commit
e667239c18
@ -969,15 +969,17 @@ function getMberGrdChk() {
|
|||||||
<div class="account_holder">
|
<div class="account_holder">
|
||||||
(예금주 : <c:out value="${result.cmfNm}"/>)
|
(예금주 : <c:out value="${result.cmfNm}"/>)
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td class="right">
|
<td class="right account_te">
|
||||||
|
<button type="button">가상계좌 확인서</button>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="account_te" colspan="2">
|
<td colspan="2">
|
||||||
<div>
|
<div>
|
||||||
보유한 전용 계좌가 없습니다.
|
보유한 전용 계좌가 없습니다.
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -2009,7 +2009,8 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px
|
|||||||
.tType1 tbody tr .ele_te span{font-weight: 400;}
|
.tType1 tbody tr .ele_te span{font-weight: 400;}
|
||||||
|
|
||||||
/* 결제화면 > 전용계좌 > 가상계좌 확인서 버튼 추가 */
|
/* 결제화면 > 전용계좌 > 가상계좌 확인서 버튼 추가 */
|
||||||
.tType1.account_con tbody tr .account_te{display: flex; justify-content: space-between;}
|
.tType1.account_con{table-layout: auto;}
|
||||||
|
.tType1.account_con tbody tr .account_te button{white-space: nowrap;}
|
||||||
|
|
||||||
@keyframes rotate-loading {
|
@keyframes rotate-loading {
|
||||||
0% {transform:rotate(0)}
|
0% {transform:rotate(0)}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user