style: 去掉登录页面的滚动条

This commit is contained in:
Captain.B 2021-07-03 09:55:17 +08:00 committed by 刘瑞斌
parent 9ded918eaf
commit e0bd4a6e61
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ export default {
.container {
width: 1200px;
height: 810px;
margin: calc((100vh - 810px) / 2) auto 0;
margin: calc((100vh - 860px) / 2) auto 0;
background-color: #FFFFFF;
}