06d8bce3 by zhen

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

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