From 98e45a4a327e41d84e4e3e5272e158acaff45c61 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期三, 23 十月 2024 11:51:36 +0800 Subject: [PATCH] 登录页 简化 --- src/views/Login/components/LoginForm.vue | 8 +++++++- src/views/Login/Login.vue | 8 ++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue index 5d349ce..94b9c9c 100644 --- a/src/views/Login/Login.vue +++ b/src/views/Login/Login.vue @@ -49,13 +49,13 @@ <!-- 璐﹀彿鐧诲綍 --> <LoginForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" /> <!-- 鎵嬫満鐧诲綍 --> - <MobileForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" /> +<!-- <MobileForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" />--> <!-- 浜岀淮鐮佺櫥褰� --> - <QrCodeForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" /> +<!-- <QrCodeForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" />--> <!-- 娉ㄥ唽 --> - <RegisterForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" /> +<!-- <RegisterForm class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" />--> <!-- 涓夋柟鐧诲綍 --> - <SSOLoginVue class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" /> +<!-- <SSOLoginVue class="m-auto h-auto p-20px lt-xl:(rounded-3xl light:bg-white)" />--> </div> </Transition> </div> diff --git a/src/views/Login/components/LoginForm.vue b/src/views/Login/components/LoginForm.vue index 3dbaff3..3d6d48e 100644 --- a/src/views/Login/components/LoginForm.vue +++ b/src/views/Login/components/LoginForm.vue @@ -6,7 +6,7 @@ :rules="LoginRules" class="login-form" label-position="top" - label-width="120px" + label-width="100px" size="large" > <el-row style="margin-right: -10px; margin-left: -10px"> @@ -82,6 +82,7 @@ mode="pop" @success="handleLogin" /> +<!-- <el-col :span="24" style="padding-right: 10px; padding-left: 10px"> <el-form-item> <el-row :gutter="5" justify="space-between" style="width: 100%"> @@ -109,6 +110,8 @@ </el-row> </el-form-item> </el-col> +--> +<!-- <el-divider content-position="center">{{ t('login.otherLogin') }}</el-divider> <el-col :span="24" style="padding-right: 10px; padding-left: 10px"> <el-form-item> @@ -125,6 +128,8 @@ </div> </el-form-item> </el-col> +--> +<!-- <el-divider content-position="center">钀屾柊蹇呰</el-divider> <el-col :span="24" style="padding-right: 10px; padding-left: 10px"> <el-form-item> @@ -140,6 +145,7 @@ </div> </el-form-item> </el-col> +--> </el-row> </el-form> </template> -- Gitblit v1.9.3