|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div class="login-container">
|
|
<div class="login-container">
|
|
|
<div style="width: 100%;text-align: center">
|
|
<div style="width: 100%;text-align: center">
|
|
|
- <img style="margin: 0 auto;margin-top: 5%" :src="title" alt="">
|
|
|
|
|
|
|
+ <img style="margin: 0 auto;margin-top: 8%" :src="title" alt="">
|
|
|
</div>
|
|
</div>
|
|
|
<el-row class="window-login">
|
|
<el-row class="window-login">
|
|
|
<el-col :span="15" class="picColor">
|
|
<el-col :span="15" class="picColor">
|
|
@@ -15,7 +15,7 @@
|
|
|
auto-complete="on"
|
|
auto-complete="on"
|
|
|
label-position="top"
|
|
label-position="top"
|
|
|
>
|
|
>
|
|
|
- <div class="title-container" style="margin-top:45px;margin-bottom: 20px;">
|
|
|
|
|
|
|
+ <div class="title-container" style="margin-top:35px;margin-bottom: 20px;">
|
|
|
系统账户登录
|
|
系统账户登录
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
@@ -82,7 +82,7 @@
|
|
|
<el-button
|
|
<el-button
|
|
|
type="primary"
|
|
type="primary"
|
|
|
style="width:100%;
|
|
style="width:100%;
|
|
|
- margin:10px 0 35px;
|
|
|
|
|
|
|
+ margin:10px 0 30px;
|
|
|
border-radius: 40px;
|
|
border-radius: 40px;
|
|
|
background: #406AE1;
|
|
background: #406AE1;
|
|
|
box-shadow: 0px 6px 4px 0px #547BD53F;"
|
|
box-shadow: 0px 6px 4px 0px #547BD53F;"
|
|
@@ -213,7 +213,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/deep/ .el-form-item{
|
|
/deep/ .el-form-item{
|
|
|
- margin-bottom: 15px;
|
|
|
|
|
|
|
+ margin-bottom: 4px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.window-login {
|
|
.window-login {
|
|
@@ -221,7 +221,7 @@ export default {
|
|
|
border-radius: 15px;
|
|
border-radius: 15px;
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
margin-top: 3%;
|
|
margin-top: 3%;
|
|
|
- width: 900px;
|
|
|
|
|
|
|
+ width: 800px;
|
|
|
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
|
|
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
|
|
|
}
|
|
}
|
|
|
.picColor{
|
|
.picColor{
|