From 1f95f394cffabaf23d396fc1822de379889cc1a4 Mon Sep 17 00:00:00 2001 From: xielue Date: Fri, 28 Apr 2023 18:53:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/components/menu/index.less | 6 +++--- src/pages/login/Login.vue | 16 ++++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.env.development b/.env.development index 44910f5..3d6274a 100644 --- a/.env.development +++ b/.env.development @@ -2,4 +2,4 @@ VUE_APP_API_BASE_URL=http://zxx4.f3322.net:46000 VUE_APP_USER_MODEL2=AdminUser VUE_APP_USER_MODEL=BaseAdmin -VUE_APP_BEID=3 \ No newline at end of file +VUE_APP_BEID=1 \ No newline at end of file diff --git a/src/components/menu/index.less b/src/components/menu/index.less index 15d8cb4..8d4207d 100644 --- a/src/components/menu/index.less +++ b/src/components/menu/index.less @@ -9,7 +9,7 @@ height: 64px; position: relative; line-height: 64px; - padding-left: 10px; + margin-left: 10px; -webkit-transition: all .3s; transition: all .3s; overflow: hidden; @@ -29,8 +29,8 @@ vertical-align: middle; } img{ - max-width: 40px; - max-height: 40px; + max-width: 35px; + max-height: 35px; vertical-align: middle; } diff --git a/src/pages/login/Login.vue b/src/pages/login/Login.vue index e53ef46..2d00609 100644 --- a/src/pages/login/Login.vue +++ b/src/pages/login/Login.vue @@ -22,14 +22,14 @@ - - @@ -41,7 +41,7 @@ - + @@ -61,7 +61,7 @@ -
+
自动登录 忘记密码
@@ -69,7 +69,7 @@ 登录 -
+
其他登录方式 @@ -107,10 +107,10 @@ export default { logging: false, error: '', form: this.$form.createForm(this), - mobileTest: "18607684660", + mobileTest: "", user: { - mobile: '18192398883', - password: '888888' + mobile: '', + password: '' }, Project: [], companyShow: false,