This commit is contained in:
hezhengao 2024-04-16 09:29:16 +08:00
parent 2691b30de5
commit bf689c0a75
2 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 KiB

View File

@ -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 {