调整注册页面在手机端的布局

This commit is contained in:
X1627315083
2025-08-07 17:48:38 +08:00
parent 16c7a113f4
commit 3e17074bae
2 changed files with 39 additions and 14 deletions

View File

@@ -700,6 +700,8 @@ export default defineComponent({
padding-right: 20rem;
@media (max-width: 768px) {
width: 100%;
padding-right: 0;
padding: 0 10rem;
}
.login_form_email {
position: relative;