fix: 登录页面宽度1200px

This commit is contained in:
Captain.B 2021-03-09 14:38:09 +08:00
parent cc46f93fe5
commit 24e74882bb
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ export default {
<style scoped>
.container {
width: 1200px;
height: 810px;
margin: calc((100vh - 810px) / 2) auto 0;
background-color: #FFFFFF;