This commit is contained in:
hh
2020-12-29 17:17:19 +08:00
parent 3de890cda2
commit 5acc820051

View File

@ -184,7 +184,7 @@ export default {
<style rel="stylesheet/scss" lang="scss">
$loginHeight:570px;
$loginForm:370px;
$loginForm:383px;
.login {
// display: flex;
// justify-content: center;
@ -225,9 +225,8 @@ $loginForm:370px;
border-radius: 6px;
background: #ffffff;
width: 400px;
height: 60%;
min-height: $loginForm;
padding: 25px 25px 5px 25px;
padding: 25px;
position: absolute;
right: 15%;
top: 20%;
@ -253,7 +252,6 @@ $loginForm:370px;
top: calc(20% - 20px);
background: #ffffff;
width: 400px;
height: 60%;
min-height: $loginForm;
opacity: 0.3;
z-index: 1;