수정
@e667239c186f17d208bba0c1705354421b981e36
--- src/main/webapp/WEB-INF/jsp/web/pay/PayView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayView.jsp
... | ... | @@ -969,15 +969,17 @@ |
| 969 | 969 |
<div class="account_holder"> |
| 970 | 970 |
(예금주 : <c:out value="${result.cmfNm}"/>)
|
| 971 | 971 |
</div> |
| 972 |
+ |
|
| 972 | 973 |
</td> |
| 973 |
- <td class="right"> |
|
| 974 |
+ <td class="right account_te"> |
|
| 975 |
+ <button type="button">가상계좌 확인서</button> |
|
| 974 | 976 |
</td> |
| 975 | 977 |
</tr> |
| 976 | 978 |
</c:forEach> |
| 977 | 979 |
</c:when> |
| 978 | 980 |
<c:otherwise> |
| 979 | 981 |
<tr> |
| 980 |
- <td class="account_te" colspan="2"> |
|
| 982 |
+ <td colspan="2"> |
|
| 981 | 983 |
<div> |
| 982 | 984 |
보유한 전용 계좌가 없습니다. |
| 983 | 985 |
</div> |
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -2009,7 +2009,8 @@ |
| 2009 | 2009 |
.tType1 tbody tr .ele_te span{font-weight: 400;}
|
| 2010 | 2010 |
|
| 2011 | 2011 |
/* 결제화면 > 전용계좌 > 가상계좌 확인서 버튼 추가 */ |
| 2012 |
-.tType1.account_con tbody tr .account_te{display: flex; justify-content: space-between;}
|
|
| 2012 |
+.tType1.account_con{table-layout: auto;}
|
|
| 2013 |
+.tType1.account_con tbody tr .account_te button{white-space: nowrap;}
|
|
| 2013 | 2014 |
|
| 2014 | 2015 |
@keyframes rotate-loading {
|
| 2015 | 2016 |
0% {transform:rotate(0)}
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?