fix the issue form-wrap may overflow body in GeekAutoStartChatWithBoss

This commit is contained in:
geekgeekrun
2024-03-29 09:38:07 +08:00
parent 9a30cdcff0
commit fd7107bed1
@@ -73,9 +73,13 @@ const handleClickLaunchLogin = () => {
<style scoped lang="scss"> <style scoped lang="scss">
.form-wrap { .form-wrap {
padding-top: 60px; max-height: 100vh;
margin: 0 auto; overflow: auto;
max-width: 640px; :deep(.el-form) {
padding-top: 60px;
max-width: 640px;
margin: 0 auto;
}
.last-form-item { .last-form-item {
:deep(.el-form-item__content) { :deep(.el-form-item__content) {
margin-top: 40px; margin-top: 40px;