修改银行卡支付图标和文案

This commit is contained in:
X1627315083
2024-07-17 17:01:04 +08:00
parent da28c686fc
commit fb6c3cba63
2 changed files with 8 additions and 5 deletions

View File

@@ -85,8 +85,8 @@
</div>
<label>
<input name="Stripe" type="radio" value="stripe" v-model="modeOfPayment">
<img src="../../assets/images/homePage/StripeIcon.png" alt="">
<span>Stripe</span>
<img src="../../assets/images/homePage/bankCard.svg" alt="">
<span>Credit Card</span>
</label>
<div class="UpgradePlan_payAffirm_content_btn" :class="[modeOfPayment == 'stripe'?'active':'']">
@@ -472,8 +472,8 @@ export default defineComponent({
display: flex;
flex-direction: column;
margin: 3rem 0;
height: 20rem;
overflow-y: auto;
// height: 20rem;
// overflow-y: auto;
>label{
display: flex;
align-items: center;
@@ -618,7 +618,7 @@ export default defineComponent({
.ant-modal-body{
padding: calc(5rem*1.2) calc(5rem*1.2) !important;
height: calc(50rem*1.2);
height: calc(55rem*1.2);
// height: calc(65rem*1.2);
}
}