fix(支付弹窗):修复样式错误

This commit is contained in:
wangsongsole 2022-09-29 16:57:30 +08:00
parent 6ae0aaa155
commit 55129b6c49
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ const modelPop = {
template: `
<div class="mask" @touchmove.prevent @mousewheel.prevent v-if="show" style='display: flex;align-items: center;flex-direction: column;justify-content: center'>
<div style='width: 2.74rem;height: 2.66rem;background: #FFFFFF;border-radius: 0.15rem;text-align:center;'>
<img :src="status===1?'./img/popSuccess.png':status===3?'./img/popErr.png':'./img/popNotes.png'" alt="" style='margin-top:-0.38rem'>
<img :src="status===1?'./img/popSuccess.png':status===3?'./img/popErr.png':'./img/popNotes.png'" alt="" style='margin-top:-0.38rem;width:100%'>
<p style='font-size: 0.23rem;font-weight: bold;color: #171717;'>{{title}}</p>
<p style='font-size: 0.15rem;color: #524D4D;margin:0.1rem 0 0.2rem'>{{text}}</p>
<p style='width: 1.99rem;height: 0.46rem;
@ -11,7 +11,7 @@ const modelPop = {
@click='colesFunction'
>我知道了</p>
</div>
<img v-if="status!==1" style="margin-top:0.6rem;width:0.26rem"
<img v-if="status!==1" style="margin-top:0.6rem;width:0.26rem;"
src="http://lsxd-customcard-h5.oss-cn-hangzhou.aliyuncs.com/cardpwd/img/commimgs/close.png" alt=""
@click="colesFunction()">
</div>