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