From 843aed5a9592bab45e1d6f4a80d4c0ebb5375cde Mon Sep 17 00:00:00 2001 From: ljk <72432476+JianKang-Li@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:54:34 +0800 Subject: [PATCH] fix: resolve login page form input display issue (#1252) * fix: fix the login page console issue * fix: fix the login page form input display issue * Update useDark.ts --------- Co-authored-by: Jiankang Li Co-authored-by: Hakadao --- src/styles/adaptedStyles/pages/loginPage.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/styles/adaptedStyles/pages/loginPage.scss b/src/styles/adaptedStyles/pages/loginPage.scss index a21b688e..33e2e720 100644 --- a/src/styles/adaptedStyles/pages/loginPage.scss +++ b/src/styles/adaptedStyles/pages/loginPage.scss @@ -1,4 +1,20 @@ .bewly-design.loginPage { + .login-pwd, + .tab-sms { + .tab__form, + .btn_wp { + width: 420px; + } + } + + .tab-sms { + .btn_wp { + .btn_primary { + width: 420px !important; + } + } + } + // #region theme color adaption part // Increase the priority of the style inside by writing a non-existent selector in :not() :not(foobar) {