스프 결제내역 취소선 추가

This commit is contained in:
hyeonggil
2024-10-29 10:56:43 +09:00
parent 13af4c72e3
commit d4f7f04d53
2 changed files with 3 additions and 0 deletions

View File

@@ -329,6 +329,7 @@
<dl class="totalInfo">
<dt>결제 금액 :</dt>
<dd class="amount">0원</dd>
<!-- 20241029 cost 취소선 추가 -->
<dd class="cost">₩ 5,000</dd>
</dl>
</div>

View File

@@ -202,6 +202,8 @@
<dl class="totalInfo">
<dt>결제 금액 :</dt>
<dd class="amount">6,000원</dd>
<!-- 20241029 cost 취소선 추가 -->
<dd class="cost">₩ 5,000</dd>
</dl>
</div>
</div>