mirror of
https://gitee.com/blackfox/geekai.git
synced 2024-12-03 12:48:31 +08:00
fixed bugs for send message captcha component
This commit is contained in:
parent
d98b08d7cd
commit
d45f9fbad6
@ -8,7 +8,7 @@
|
||||
v-model="showCaptcha"
|
||||
:close-on-click-modal="true"
|
||||
:show-close="false"
|
||||
style="width:90%;max-width: 360px;"
|
||||
style="width: 360px;"
|
||||
>
|
||||
<slide-captcha
|
||||
v-if="isMobile()"
|
||||
@ -176,7 +176,7 @@ const handleSlideConfirm = (x) => {
|
||||
}
|
||||
|
||||
.el-dialog__body {
|
||||
//padding 0
|
||||
padding 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user