mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-17 08:46:38 +08:00
fixed bugs for send message captcha component
This commit is contained in:
parent
79c8d90049
commit
9934143f00
@ -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,8 +175,8 @@ const handleSlideConfirm = (x) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.el-dialog__body {
|
.el-dialog__body {
|
||||||
//padding 0
|
padding 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user