修改银行卡支付图标和文案
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user