fast(登录): 调整登录样式

This commit is contained in:
fhysy 2024-10-11 09:51:08 +08:00
parent fb26b864a1
commit dd49517339
3 changed files with 11 additions and 10 deletions

View File

@ -102,8 +102,8 @@
</div>
<!-- 底部 -->
<div class="el-login-footer">
<div v-if="companyName">Copyright 2022-2025 Powered By {{ companyName }}</div>
<span><a href="https://beian.miit.gov.cn/" target="_blank">{{ recordNumber }}</a></span>
<span v-if="companyName"> | 版权所有 © {{ companyName }}</span>
</div>
</div>
</template>
@ -404,15 +404,15 @@ export default {
}
}
.el-login-footer {
height: 40px;
line-height: 40px;
height: 26px;
//line-height: 40px;
position: fixed;
bottom: 10px;
width: 100%;
text-align: center;
color: #fff;
font-family: Arial;
font-size: 15px;
font-size: 12px;
letter-spacing: 1px;
}
.login-code-img {

View File

@ -104,8 +104,8 @@
</div>
<!-- 底部 -->
<div class="el-login-footer">
<div v-if="companyName">Copyright 2022-2025 Powered By {{ companyName }}</div>
<span><a href="https://beian.miit.gov.cn/" target="_blank">{{ recordNumber }}</a></span>
<span v-if="companyName"> | 版权所有 © {{ companyName }}</span>
</div>
</div>
</template>
@ -411,8 +411,8 @@ export default {
}
}
.el-login-footer {
height: 40px;
line-height: 40px;
height: 34px;
//line-height: 80px;
position: fixed;
bottom: 10px;
width: 100%;

View File

@ -99,8 +99,9 @@
</div>
<!-- 底部 -->
<div class="el-login-footer">
<div v-if="companyName">Copyright 2022-2025 Powered By {{ companyName }}</div>
<span><a href="https://beian.miit.gov.cn/" target="_blank">{{ recordNumber }}</a></span>
<span v-if="companyName"> | 版权所有 © {{ companyName }}</span>
<!-- <span v-if="companyName"> | 版权所有 © {{ companyName }}</span>-->
</div>
</div>
</template>
@ -389,8 +390,8 @@ export default {
}
}
.el-login-footer {
height: 40px;
line-height: 40px;
height: 34px;
//line-height: 40px;
position: fixed;
bottom: 10px;
width: 100%;