fixed bugs for send message captcha component

This commit is contained in:
RockYang 2024-05-17 08:41:09 +08:00
parent 79c8d90049
commit 9934143f00

View File

@ -8,7 +8,7 @@
v-model="showCaptcha" v-model="showCaptcha"
:close-on-click-modal="true" :close-on-click-modal="true"
:show-close="false" :show-close="false"
style="width:90%;max-width: 360px;" style="width: 360px;"
> >
<slide-captcha <slide-captcha
v-if="isIphone()" v-if="isIphone()"
@ -175,7 +175,7 @@ const handleSlideConfirm = (x) => {
} }
.el-dialog__body { .el-dialog__body {
//padding 0 padding 0
} }
} }
} }