This commit is contained in:
parent
2691b30de5
commit
bf689c0a75
Binary file not shown.
After Width: | Height: | Size: 535 KiB |
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="login">
|
||||
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
|
||||
<h3 class="title">若依后台管理系统</h3>
|
||||
<h3 class="title">消防维保后台管理系统</h3>
|
||||
<el-form-item prop="username">
|
||||
<el-input
|
||||
v-model="loginForm.username"
|
||||
|
@ -161,7 +161,7 @@ export default {
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
background-image: url("../assets/images/login-background.jpg");
|
||||
background-image: url("../assets/images/xiaofang.png");
|
||||
background-size: cover;
|
||||
}
|
||||
.title {
|
||||
|
@ -172,7 +172,7 @@ export default {
|
|||
|
||||
.login-form {
|
||||
border-radius: 6px;
|
||||
background: #ffffff;
|
||||
background: rgba(0,0,0,0);
|
||||
width: 400px;
|
||||
padding: 25px 25px 5px 25px;
|
||||
.el-input {
|
||||
|
|
Loading…
Reference in New Issue