From c88779e81551f7fa71dcb3d2a63da7cd4e2b2bb9 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Wed, 20 Mar 2024 10:14:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4ele=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E5=90=8E=E7=99=BB=E5=BD=95=E9=A1=B5=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Login.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Login.vue b/src/Login.vue index 099c6115..d17265af 100644 --- a/src/Login.vue +++ b/src/Login.vue @@ -327,11 +327,11 @@ export default { align-items: flex-start; justify-content: center; height:40px; + width: 100%; } .license-file { display: flex; flex-direction: row; - height: 100%; align-items: center; justify-content: space-between; .license__btn { @@ -352,7 +352,6 @@ export default { } :deep .el-form-item { width: 334px; - margin-bottom: 25px; } :deep .el-input__prefix { color: #6DBBFF;