修改首页登录logo名字
This commit is contained in:
parent
391251208d
commit
4d25c518a3
@ -4,11 +4,14 @@
|
||||
style="
|
||||
display: flex;
|
||||
position: absolute;
|
||||
top: 48%;
|
||||
transform: translateY(-48%);
|
||||
/* background-color: red; */
|
||||
left: 20%;
|
||||
transform: translateX(45%);
|
||||
/* align-items: center; */
|
||||
flex-direction: column;justify-content: center;align-items: center;height: 100%;
|
||||
/* justify-content: center; */
|
||||
/* top: 50%;
|
||||
transform: translateY(-50%); */
|
||||
/* background-color: red;
|
||||
/* left: 50%;
|
||||
transform: translateX(50%); */
|
||||
"
|
||||
>
|
||||
<img class="imgitem" src="../assets/images/logo.png" alt="" />
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
</el-form-item>
|
||||
<el-checkbox
|
||||
v-model="loginForm.rememberMe"
|
||||
style="margin: 2px 20px 35px 122px"
|
||||
style="margin: 2px 20px 77px 122px"
|
||||
>记住密码</el-checkbox
|
||||
>
|
||||
<el-form-item style="width: 100%">
|
||||
@ -75,7 +75,6 @@
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 10%;
|
||||
transform: translateX(-50%);
|
||||
"
|
||||
@click.native.prevent="handleLogin"
|
||||
@ -200,7 +199,17 @@ export default {
|
||||
};
|
||||
</script>
|
||||
|
||||
<style rel="stylesheet/scss" lang="scss">
|
||||
<style rel="stylesheet/scss" lang="scss" scoped>
|
||||
.el-form-item__error {
|
||||
color: #ff4949;
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
padding-top: 4px !important;
|
||||
position: absolute;
|
||||
top: 100% !important;
|
||||
left: 118px !important;
|
||||
}
|
||||
|
||||
.login {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@ -210,7 +219,7 @@ export default {
|
||||
background-size: cover;
|
||||
}
|
||||
.title {
|
||||
margin: 120px auto 30px auto;
|
||||
margin: 120px auto 58px auto;
|
||||
text-align: center;
|
||||
font-size: 34px;
|
||||
font-family: Source Han Sans CN;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user