|
|
@@ -62,7 +62,8 @@
|
|
|
:model="model"
|
|
|
:rules="rules"
|
|
|
ref="user"
|
|
|
- label-position="top"
|
|
|
+ label-position="left"
|
|
|
+
|
|
|
>
|
|
|
<el-form-item label="用户名" prop="username">
|
|
|
<el-input type="text" v-model="model.username" placeholder="请输入用户名">
|
|
|
@@ -458,7 +459,7 @@ export default class Login extends Vue {
|
|
|
}
|
|
|
|
|
|
.identifybox{
|
|
|
- margin-top:50px;
|
|
|
+ margin-top:42px;
|
|
|
margin-left: 20px;
|
|
|
}
|
|
|
|
|
|
@@ -556,7 +557,7 @@ export default class Login extends Vue {
|
|
|
}
|
|
|
|
|
|
.login-body {
|
|
|
- background: url("../assets/img/gf.png") no-repeat left;
|
|
|
+ background: url("../assets/img/gf20190628.png") no-repeat left;
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
background-color: white; /*#3273FC*/
|
|
|
background-size: cover;
|
|
|
@@ -604,8 +605,8 @@ export default class Login extends Vue {
|
|
|
width: 100%;*/
|
|
|
position: relative;
|
|
|
max-width: 27rem;
|
|
|
- top: 40px;
|
|
|
- left: 50%;
|
|
|
+ top: 60px;
|
|
|
+ left: 55%;
|
|
|
margin-left: 100px;
|
|
|
font-size: 0.875rem;
|
|
|
opacity: 0.9;
|