This commit is contained in:
pushuo 2022-08-08 15:32:36 +08:00
parent a6e2f430e4
commit 07aeabd87c
2 changed files with 2 additions and 8 deletions

View File

@ -5,10 +5,4 @@
#bk-stripe-app .form-wrap {
max-width: 400px;
}
#bk-stripe-app .pay-iamges img {
/* max-width: 70px; */
/* margin-right: 4px; */
}
}

View File

@ -9,7 +9,7 @@
<div class="checkout-black">
<h5 class="checkout-title">卡信息</h5>
<div class="">
<div class="pay-iamges mb-2">
<div class="mb-2">
<img src="{{ asset("plugin/stripe/image/pay-image.png") }}" class="img-fluid">
</div>
<el-form ref="form" label-position="top" :rules="rules" :model="form" class="form-wrap w-max-500">