diff --git a/Yi.Bbs.Vue3/src/views/login/index.vue b/Yi.Bbs.Vue3/src/views/login/index.vue index 3d1915bd..81d2ff1e 100644 --- a/Yi.Bbs.Vue3/src/views/login/index.vue +++ b/Yi.Bbs.Vue3/src/views/login/index.vue @@ -42,6 +42,7 @@ { .visitor { margin-top: 10px; } + .registerForm { + :deep(.el-form-item) { + margin-bottom: 1px; + } + } } } .bottom {