fix: 登录页面宽度1200px
This commit is contained in:
parent
cc46f93fe5
commit
24e74882bb
|
@ -187,6 +187,7 @@ export default {
|
|||
|
||||
<style scoped>
|
||||
.container {
|
||||
width: 1200px;
|
||||
height: 810px;
|
||||
margin: calc((100vh - 810px) / 2) auto 0;
|
||||
background-color: #FFFFFF;
|
||||
|
|
Loading…
Reference in New Issue