|
@@ -1,11 +1,13 @@
|
|
<template lang="html">
|
|
<template lang="html">
|
|
<div id="login">
|
|
<div id="login">
|
|
- <body :style="'overflow-y: auto;background-image: url(' + img.bg + '); background-repeat:no-repeat; background-size:auto;'">
|
|
|
|
|
|
+ <body :style="'overflow-y: auto;background: url(' + img.bg + ')center no-repeat;'">
|
|
<div class="page-container">
|
|
<div class="page-container">
|
|
<div>
|
|
<div>
|
|
- <h1 style="letter-spacing:4px; padding-bottom:20px; font-weight:bold; color:#fff;">信任管理系统</h1>
|
|
|
|
|
|
+ <h1 style="letter-spacing:4px; padding-bottom:20px; font-weight:bold; color:#fff;">
|
|
|
|
+ <img src="https://img.alicdn.com/tfs/TB13UQpnYGYBuNjy0FoXXciBFXa-242-134.png" width="40" style="margin-right:10px;" />信任管理系统
|
|
|
|
+ </h1>
|
|
</div>
|
|
</div>
|
|
- <el-form :model="form" :rules="rules" ref="form" style="background:#ffffff;padding:5% 2%;" class="row">
|
|
|
|
|
|
+ <el-form :model="form" :rules="rules" ref="form" style="background:#fff;padding:5% 2%;" class="row">
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="24" style="margin-top:3%;">
|
|
<el-col :span="24" style="margin-top:3%;">
|
|
<el-form-item prop="login_id">
|
|
<el-form-item prop="login_id">
|
|
@@ -48,7 +50,7 @@ export default {
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
img: {
|
|
img: {
|
|
- bg: require('@/assets/timg.jpg'),
|
|
|
|
|
|
+ bg: require('@/assets/1.jpg'),
|
|
},
|
|
},
|
|
form: {},
|
|
form: {},
|
|
rules: {
|
|
rules: {
|