修改首页登录logo名字

This commit is contained in:
闫晓茹 2023-10-26 10:41:51 +08:00
parent 391251208d
commit 4d25c518a3
2 changed files with 21 additions and 9 deletions

View File

@ -4,11 +4,14 @@
style=" style="
display: flex; display: flex;
position: absolute; position: absolute;
top: 48%; /* align-items: center; */
transform: translateY(-48%); flex-direction: column;justify-content: center;align-items: center;height: 100%;
/* background-color: red; */ /* justify-content: center; */
left: 20%; /* top: 50%;
transform: translateX(45%); transform: translateY(-50%); */
/* background-color: red;
/* left: 50%;
transform: translateX(50%); */
" "
> >
<img class="imgitem" src="../assets/images/logo.png" alt="" /> <img class="imgitem" src="../assets/images/logo.png" alt="" />

View File

@ -57,7 +57,7 @@
</el-form-item> </el-form-item>
<el-checkbox <el-checkbox
v-model="loginForm.rememberMe" v-model="loginForm.rememberMe"
style="margin: 2px 20px 35px 122px" style="margin: 2px 20px 77px 122px"
>记住密码</el-checkbox >记住密码</el-checkbox
> >
<el-form-item style="width: 100%"> <el-form-item style="width: 100%">
@ -75,7 +75,6 @@
text-align: center; text-align: center;
position: absolute; position: absolute;
left: 50%; left: 50%;
top: 10%;
transform: translateX(-50%); transform: translateX(-50%);
" "
@click.native.prevent="handleLogin" @click.native.prevent="handleLogin"
@ -200,7 +199,17 @@ export default {
}; };
</script> </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 { .login {
display: flex; display: flex;
justify-content: center; justify-content: center;
@ -210,7 +219,7 @@ export default {
background-size: cover; background-size: cover;
} }
.title { .title {
margin: 120px auto 30px auto; margin: 120px auto 58px auto;
text-align: center; text-align: center;
font-size: 34px; font-size: 34px;
font-family: Source Han Sans CN; font-family: Source Han Sans CN;