From 9d2260395e44256c78cee4552337c586ccc58e19 Mon Sep 17 00:00:00 2001 From: yaoyanan <794433246@qq.com> Date: Thu, 1 Apr 2021 17:42:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E9=80=82=E9=85=8D=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/layouts/UserLayout.vue | 2 +- jero-web/src/views/user/Login.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/jero-web/src/components/layouts/UserLayout.vue b/jero-web/src/components/layouts/UserLayout.vue index 68b03538..cdb754a0 100644 --- a/jero-web/src/components/layouts/UserLayout.vue +++ b/jero-web/src/components/layouts/UserLayout.vue @@ -10,7 +10,7 @@ HEZHONGWEILAI -
+
diff --git a/jero-web/src/views/user/Login.vue b/jero-web/src/views/user/Login.vue index 81cc19ed..bfd58a93 100644 --- a/jero-web/src/views/user/Login.vue +++ b/jero-web/src/views/user/Login.vue @@ -435,7 +435,8 @@ .user-layout-login-mobile{ right: 0; width: 100%; - height: 46%; + min-width: 0 !important; + height: 46% !important; background: transparent; min-height: 0; padding: 0 2rem 0 2rem;