From 06ced2d5447cfc1f80462df335cd6ebe518e56c9 Mon Sep 17 00:00:00 2001 From: Xwen <929716663@qq.com> Date: Wed, 20 Dec 2023 21:05:16 +0800 Subject: [PATCH] =?UTF-8?q?perrf:=E7=99=BB=E5=BD=95=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Bbs.Vue3/src/views/login/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) 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 {