no message

Former-commit-id: 03fa679010174029328913e7630971f80f6b3624
Former-commit-id: 25ec3b319ed9b68ac27149294033ca9471ca14d4
Former-commit-id: 05a8eb002b794d755b209732e3ea50671cae53a9
This commit is contained in:
李杨
2018-01-25 08:23:06 +08:00
parent ef8cb3c8e7
commit 526eef827e

View File

@@ -109,20 +109,31 @@ export default {
} }
// logo // logo
.logo-group { .logo-group {
margin-top: -100px; margin-top: -75px - 70px;
position: relative;
top: 75px;
img { img {
width: 100px; height: 140px;
} }
} }
// 登陆表单 // 登陆表单
.form-group { .form-group {
width: 300px; width: 300px;
// 重新设置卡片阴影
.el-card { .el-card {
box-shadow: 0 0 8px 0 rgba(232,237,250,.6), 0 2px 4px 0 rgba(232,237,250,.5); box-shadow: 0 0 8px 0 rgba(232,237,250,.6), 0 2px 4px 0 rgba(232,237,250,.5);
.el-card__body {
padding-top: 70px;
}
} }
// 登陆按钮
.button-login { .button-login {
width: 100%; width: 100%;
} }
// 输入框左边的图表区域缩窄
.el-input-group__prepend {
padding: 0px 14px;
}
} }
// 帮助按钮 // 帮助按钮
.button-help { .button-help {