06d8bce3 by zhen

fix:修改登录框在页面过分小时的样式错乱

1 parent 34636a54
...@@ -51,9 +51,9 @@ export default { ...@@ -51,9 +51,9 @@ export default {
51 position: relative; 51 position: relative;
52 .login-card { 52 .login-card {
53 position: absolute; 53 position: absolute;
54 top: 195px;
55 bottom: 195px;
56 right: 188px; 54 right: 188px;
55 top: 50%;
56 transform: translateY(-50%);
57 } 57 }
58 } 58 }
59 </style> 59 </style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!