mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-07 16:37:06 +08:00
fix the issue form-wrap may overflow body in GeekAutoStartChatWithBoss
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user