Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuzhen@situdata.com
/
yunxiao-admin-fe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
06d8bce3
authored
2020-12-10 17:21:05 +0800
by
zhen
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix:修改登录框在页面过分小时的样式错乱
1 parent
34636a54
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/login/index.vue
src/views/login/index.vue
View file @
06d8bce
...
...
@@ -51,9 +51,9 @@ export default {
position
:
relative
;
.login-card
{
position
:
absolute
;
top
:
195px
;
bottom
:
195px
;
right
:
188px
;
top
:
50%
;
transform
:
translateY
(
-50%
);
}
}
</
style
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment