fix the issue form-wrap may overflow body in GeekAutoStartChatWithBoss

This commit is contained in:
geekgeekrun
2024-04-03 01:42:01 +08:00
parent 9a30cdcff0
commit fd7107bed1

View File

@@ -73,9 +73,13 @@ const handleClickLaunchLogin = () => {
<style scoped lang="scss">
.form-wrap {
padding-top: 60px;
margin: 0 auto;
max-width: 640px;
max-height: 100vh;
overflow: auto;
:deep(.el-form) {
padding-top: 60px;
max-width: 640px;
margin: 0 auto;
}
.last-form-item {
:deep(.el-form-item__content) {
margin-top: 40px;