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 <lijiankang@scutech.com>
Co-authored-by: Hakadao <a578457889743@gmail.com>
This commit is contained in:
ljk
2025-01-10 13:54:34 +08:00
committed by GitHub
parent 1b258b3a51
commit 843aed5a95

View File

@@ -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) {