From 5a21697d7eaed1c20f8500479ef7f37a2c9852c1 Mon Sep 17 00:00:00 2001 From: Flex <q1406482700@163.com> Date: 星期五, 30 五月 2025 17:21:17 +0800 Subject: [PATCH] 补充提交登录页 --- easegen-front/src/views/Login/components/LoginForm.vue | 29 ++++++++++++++++++++++++++--- 1 files changed, 26 insertions(+), 3 deletions(-) diff --git a/easegen-front/src/views/Login/components/LoginForm.vue b/easegen-front/src/views/Login/components/LoginForm.vue index 91df23c..79f793f 100644 --- a/easegen-front/src/views/Login/components/LoginForm.vue +++ b/easegen-front/src/views/Login/components/LoginForm.vue @@ -72,7 +72,7 @@ class="w-[100%]" type="primary" @click="getCode()" - style="background-color: #1D78F4;" + style="background-color: #1d78f4" /> </el-form-item> </el-col> @@ -356,12 +356,12 @@ } .NewClass { - ::v-deep( .el-input__inner ) { + ::v-deep(.el-input__inner) { font-size: 20px; line-height: 40px; height: 60px; } - ::v-deep(.el-button--large){ + ::v-deep(.el-button--large) { padding: 20px; box-sizing: border-box; font-size: 20px; @@ -369,4 +369,27 @@ margin-top: 20px; } } + +@media screen and (max-width: 1300px) { + .NewClass { + ::v-deep(.el-input__inner) { + font-size: 20px; + line-height: 40px; + height: 60px; + } + ::v-deep(.el-form-item--large){ + margin-bottom: 44px; + } + ::v-deep(.el-checkbox__label){ + font-size: 18px; + } + ::v-deep(.el-button--large) { + padding: 20px; + box-sizing: border-box; + font-size: 20px; + height: 60px; + margin-top: 20px; + } + } +} </style> -- Gitblit v1.9.3