Compare commits
No commits in common. "94a2526af31e9fe6cd23098a47e853e500fac512" and "e17e94cbebb4615fcd26f426b60b81238e69a5e9" have entirely different histories.
94a2526af3
...
e17e94cbeb
|
|
@ -1,9 +1,6 @@
|
|||
<template>
|
||||
<div class="container">
|
||||
<div class="loginBox">
|
||||
<div class="text">
|
||||
监控系统后台
|
||||
</div>
|
||||
<a-form class="loginForm" :model="userData"
|
||||
:rules="rules" ref="formRef">
|
||||
<a-form-item
|
||||
|
|
@ -138,16 +135,6 @@ 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