From b30b72bcc52cba690527312fb927f6a3adbd6127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com> Date: Mon, 6 May 2024 17:20:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E5=B1=8F=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/loginRegister/LoginRegisterPage.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/modules/loginRegister/LoginRegisterPage.scss b/src/modules/loginRegister/LoginRegisterPage.scss index 10369c6d..91729406 100644 --- a/src/modules/loginRegister/LoginRegisterPage.scss +++ b/src/modules/loginRegister/LoginRegisterPage.scss @@ -245,12 +245,21 @@ // 小屏或者手机端隐藏左侧banner @media screen and (max-width:786px) { + #root{ + width: auto; + } .login_register_left{ display: none; } .login_register_right .right_cont{ left: 20vw; } + .login_register_right{ + .img1, .img2{ + display: none; + } + } + } @media screen and (max-width:500px) {