|
@@ -1,6 +1,5 @@
|
|
|
<template>
|
|
|
<div class="login-container w100 h100">
|
|
|
- <img :src="getImageUrl('logo.png')" class="login-container-logo" alt="" />
|
|
|
<div class="login-content">
|
|
|
<div class="login-content-main">
|
|
|
<Motion>
|
|
@@ -73,17 +72,11 @@ onMounted(async () => {
|
|
|
// background-image: url("@/assets/images/login/bg.png");
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: calc(100vw + 1px) calc(100vh + 1px);
|
|
|
- &-logo {
|
|
|
- position: absolute;
|
|
|
- top:8vh;
|
|
|
- left: calc(50% - 125px);
|
|
|
- width: 250px;
|
|
|
- }
|
|
|
.login-content {
|
|
|
width: 500px;
|
|
|
padding: 40px 40px 30px;
|
|
|
position: absolute;
|
|
|
- left: calc(50% - 250px);
|
|
|
+ right: calc(25% - 250px);
|
|
|
top: 50vh;
|
|
|
transform: translateY(-50%) translate3d(0, 0, 0);
|
|
|
background-color: var(--el-color-white);
|