fix 登录页面样式

This commit is contained in:
yxh 2023-02-17 14:26:50 +08:00
parent 4b5aa22613
commit 60352c9dfb
2 changed files with 5 additions and 4 deletions

View File

@ -24,9 +24,7 @@
------------------------------- */ ------------------------------- */
@media screen and (max-width: $md) { @media screen and (max-width: $md) {
.login-content { .login-content {
right: unset !important;
left: 50% !important;
transform: translate(-50%, -50%) translate3d(0, 0, 0) !important;
} }
} }

View File

@ -118,7 +118,10 @@ export default defineComponent({
.login-content-out { .login-content-out {
width: 100%; width: 100%;
height: 100%; height: 100%;
padding-top: 150px; display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
} }
.login-content { .login-content {
width: 500px; width: 500px;