fix 登录页面样式
This commit is contained in:
parent
4b5aa22613
commit
60352c9dfb
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user