Skip to content

Commit

Permalink
fix: 모달창 width, header 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Nov 5, 2024
1 parent 70fc351 commit bd83eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/header/MainHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<span v-html="highlightKeyword(product.packageName)"></span>
</v-card-title>
<v-card-text style="font-size: 14px;">
<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
<!-- <span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span> -->
<span v-html="highlightKeyword(product.productDescription)"></span>
</v-card-text>
</v-card>
Expand Down
2 changes: 1 addition & 1 deletion src/views/order/payment/PaymentView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@

<v-dialog v-model="this.failModal" max-width="300px">
<v-card class="modal"
style="align-items: center; text-align: center; width: 350px; height: 160px; padding-bottom: 20px; overflow-y: hidden;">
style="align-items: center; text-align: center; width: 380px; height: 160px; padding-bottom: 20px; overflow-y: hidden;">
<v-card-text>
정기 결제 수단 등록에 실패했습니다. <br>
다시 시도해주세요.
Expand Down

0 comments on commit bd83eb9

Please sign in to comment.