Commit 013b07f6 authored by xxx's avatar xxx

1

parent e3d4cfe5
......@@ -211,7 +211,7 @@ export default {
margin-bottom: 10px;
}
.loginInoputs{
margin-top: 8vh;
margin-top: 10vh;
position: absolute;
right: 6vw;
}
......@@ -223,14 +223,19 @@ export default {
.el-form-item__content{
display: flex;
width: 25vw;
height: 10vh;
}
.userIcon{
padding: 11px;
padding: 1vh 2vh 0vh 2vh;
box-sizing: border-box;
width: 50px;
height: 50px;
width: 10vh;
height: 10vh;
background-color: rgb(18,70,113);
}
.userIcon>img{
width: 5vh;
height: 5vh;
}
#userInp{
height: 100%;
width: 100%;
......@@ -250,12 +255,16 @@ export default {
margin-bottom: 50px;
}
.passWordIcon{
padding: 11px;
padding: 1vh 2vh 0vh 2vh;
box-sizing: border-box;
width: 50px;
height: 50px;
width: 10vh;
height: 10vh;
background-color: rgb(18,70,113);
}
.passWordIcon>img{
width: 5vh;
height: 5vh;
}
#passWordInp{
height: 100%;
width: 100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment