邓洁: 修改细节

This commit is contained in:
邓洁
2024-01-08 09:31:34 +08:00
parent 1ab43e97e3
commit 060ff853d4
7 changed files with 38 additions and 25 deletions

View File

@@ -6,7 +6,7 @@
:rules="rules"
label-width="65px"
>
<h3>Tunnel Cloud</h3>
<h3>地下复杂洞群智能通风控制系统</h3>
<el-form-item prop="username" label="账号">
<el-input v-model="loginForm.username" :prefix-icon="User"></el-input>
</el-form-item>
@@ -116,12 +116,13 @@ onBeforeUnmount(() => {
.login-box {
height: 100%;
background-color: #4158d0;
background-image: linear-gradient(
43deg,
#4158d0 0%,
#c850c0 46%,
#ffcc70 100%
);
//background-image: linear-gradient(
// 43deg,
// #4158d0 0%,
// #c850c0 46%,
// #ffcc70 100%
//);
background-image: url("../../assets/images/login/bg.png");
display: flex;
justify-content: center;
align-items: center;
@@ -130,6 +131,8 @@ onBeforeUnmount(() => {
padding: 12px 15px;
border-radius: 12px;
width: 25%;
min-width: 407px;
min-height: 300px;
background-color: #fff;
h3 {