|
@@ -238,12 +238,13 @@
|
|
<style lang="less" scoped>
|
|
<style lang="less" scoped>
|
|
.login-wrapper {
|
|
.login-wrapper {
|
|
width: 100%;
|
|
width: 100%;
|
|
- min-height: 600px;
|
|
|
|
|
|
+ min-height: 800px;
|
|
height: 100vh;
|
|
height: 100vh;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
- padding: 5% 0;
|
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ justify-content: flex-start;
|
|
|
|
+ padding-top: 10%;
|
|
background-image: url('/src/assets/images/login/logo_background.png');
|
|
background-image: url('/src/assets/images/login/logo_background.png');
|
|
background-size: cover;
|
|
background-size: cover;
|
|
background-position: center;
|
|
background-position: center;
|