|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div class="login-container">
|
|
<div class="login-container">
|
|
|
<div style="width: 100%;text-align: center">
|
|
<div style="width: 100%;text-align: center">
|
|
|
- <img style="margin: 0 auto;margin-top: 8%" :src="title" alt="">
|
|
|
|
|
|
|
+ <img style="margin: 0 auto;margin-top: 5%" :src="title" alt="">
|
|
|
</div>
|
|
</div>
|
|
|
<el-row class="window-login">
|
|
<el-row class="window-login">
|
|
|
<el-col :span="15" class="picColor">
|
|
<el-col :span="15" class="picColor">
|
|
@@ -177,6 +177,7 @@ export default {
|
|
|
<style lang="scss">
|
|
<style lang="scss">
|
|
|
.login-container {
|
|
.login-container {
|
|
|
background-image: url('../../assets/login/bg.png');
|
|
background-image: url('../../assets/login/bg.png');
|
|
|
|
|
+ background-size: 100% 100%;
|
|
|
.el-form {
|
|
.el-form {
|
|
|
width: 70%;
|
|
width: 70%;
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
@@ -219,7 +220,7 @@ export default {
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
border-radius: 15px;
|
|
border-radius: 15px;
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
- margin-top: 50px;
|
|
|
|
|
|
|
+ margin-top: 3%;
|
|
|
width: 900px;
|
|
width: 900px;
|
|
|
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
|
|
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
|
|
|
}
|
|
}
|