Compare commits
2 Commits
e17e94cbeb
...
94a2526af3
| Author | SHA1 | Date |
|---|---|---|
|
|
94a2526af3 | |
|
|
540ef854b7 |
|
|
@ -1,6 +1,9 @@
|
|||
<template>
|
||||
<div class="container">
|
||||
<div class="loginBox">
|
||||
<div class="text">
|
||||
监控系统后台
|
||||
</div>
|
||||
<a-form class="loginForm" :model="userData"
|
||||
:rules="rules" ref="formRef">
|
||||
<a-form-item
|
||||
|
|
@ -135,6 +138,16 @@ export default {
|
|||
padding: 0 20px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.text{
|
||||
display: flex;
|
||||
margin-top: 25px;
|
||||
height: 20px;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
font-size: 25px;
|
||||
font-weight: bold;
|
||||
color: #42EBFF;
|
||||
}
|
||||
|
||||
.loginBtn {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Reference in New Issue