init正道能源监控项目初始化图标、登录页面

master
yinq 5 months ago
parent 5d32e64107
commit 9a47ae5d79

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 509 KiB

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 185 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 185 KiB

@ -1,7 +1,7 @@
<template>
<div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<h3 class="title">正道能源监控系统</h3>
<h1 class="title">正道能源监控系统</h1>
<el-form-item prop="username">
<el-input
v-model="loginForm.username"
@ -167,12 +167,13 @@ export default {
.title {
margin: 0px auto 30px auto;
text-align: center;
color: #707070;
color: rgba(209, 209, 209, 0.96);
}
.login-form {
border-radius: 6px;
background: #ffffff;
background-color: rgba(40, 50, 78, 0.45);
width: 400px;
padding: 25px 25px 5px 25px;
.el-input {

Loading…
Cancel
Save