mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-18 01:06:39 +08:00
fixed bugs for send message captcha component
This commit is contained in:
parent
b2771b7b3f
commit
f617bde81b
@ -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="isMobile()"
|
v-if="isMobile()"
|
||||||
@ -176,7 +176,7 @@ const handleSlideConfirm = (x) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.el-dialog__body {
|
.el-dialog__body {
|
||||||
//padding 0
|
padding 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user