From 54ba432847164210e854d07c177aaee1b4e58a44 Mon Sep 17 00:00:00 2001 From: Flex <q1406482700@163.com> Date: 星期一, 09 六月 2025 17:10:16 +0800 Subject: [PATCH] 修改登录页样式 --- easegen-front/src/views/Login/components/LoginForm.vue | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/easegen-front/src/views/Login/components/LoginForm.vue b/easegen-front/src/views/Login/components/LoginForm.vue index 989e379..5c83098 100644 --- a/easegen-front/src/views/Login/components/LoginForm.vue +++ b/easegen-front/src/views/Login/components/LoginForm.vue @@ -358,14 +358,11 @@ .NewClass { ::v-deep(.el-input__inner) { font-size: 20px; - line-height: 40px; - height: 60px; } ::v-deep(.el-button--large) { padding: 20px; box-sizing: border-box; font-size: 20px; - height: 60px; margin-top: 20px; } } @@ -374,8 +371,6 @@ .NewClass { ::v-deep(.el-input__inner) { font-size: 20px; - line-height: 40px; - height: 50px; } ::v-deep(.el-form-item--large){ margin-bottom: 40px; @@ -387,7 +382,6 @@ padding: 20px; box-sizing: border-box; font-size: 20px; - height: 60px; margin-top: 10px; } } -- Gitblit v1.9.3