界面调整

This commit is contained in:
kerwincui
2022-06-04 13:27:49 +08:00
parent d6c69594b9
commit 5423f2fb7f
2 changed files with 4 additions and 5 deletions

View File

@@ -336,7 +336,6 @@ export default {
margin-top: -30px;
}
}
}
.login-form {

View File

@@ -302,7 +302,7 @@ export default {
h2 {
font-size: 20px;
margin-top: -15px;
margin-top: -20px;
}
}
@@ -313,19 +313,19 @@ export default {
h2 {
font-size: 26px;
margin-top: -15px;
margin-top: -25px;
}
}
@media screen and (min-width:1920px) {
padding-top:0px;
padding:0px;
h1 {
font-size: 62px;
}
h2 {
font-size: 35px;
margin-top: -15px;
margin-top: -30px;
}
}
}