|
|
@@ -1,8 +1,11 @@
|
|
|
<template>
|
|
|
<div
|
|
|
class="page-login"
|
|
|
- :style="backgroundImage"
|
|
|
>
|
|
|
+ <div
|
|
|
+ class="login-bg"
|
|
|
+ :style="backgroundImage"
|
|
|
+ />
|
|
|
<div class="login-left">
|
|
|
<img
|
|
|
src="~@/assets/img/slogo.png"
|
|
|
@@ -187,9 +190,9 @@ const getWebConfigData = () => {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
background: no-repeat;
|
|
|
- background-size: cover !important;
|
|
|
background:#f3f3f3;
|
|
|
position: fixed;
|
|
|
+ .login-bg{max-width:50%;background-size: cover !important;}
|
|
|
.login-left{
|
|
|
max-width:38%;
|
|
|
position: absolute;
|