alfk8 2024-07-15
수정
@e667239c186f17d208bba0c1705354421b981e36
src/main/webapp/WEB-INF/jsp/web/pay/PayView.jsp
--- src/main/webapp/WEB-INF/jsp/web/pay/PayView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayView.jsp
@@ -969,15 +969,17 @@
 														<div class="account_holder">
 															(예금주 : <c:out value="${result.cmfNm}"/>)
 														</div>
+														
 													</td>
-													<td class="right">
+													<td class="right account_te">
+														<button type="button">가상계좌 확인서</button>
 													</td>
 												</tr>
 											</c:forEach>								
 										</c:when>
 										<c:otherwise>
 											<tr>
-												<td class="account_te" colspan="2">
+												<td colspan="2">
 													<div>
 														보유한 전용 계좌가 없습니다.
 													</div>
src/main/webapp/publish/css/content.css
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
@@ -2009,7 +2009,8 @@
 .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 {
 	0% {transform:rotate(0)}
Add a comment
List