fix:前台Footer组件绝对底部相关css代码移动位置

This commit is contained in:
妙码生花 2022-06-22 23:26:26 +08:00
parent 9db2d3c94c
commit 5136462055
2 changed files with 7 additions and 5 deletions

View File

@ -67,8 +67,4 @@ export default {
}
</script>
<style lang="scss">
.frontend-footer-brother {
min-height: calc(100vh - 120px);
}
</style>
<style scoped lang="scss"></style>

View File

@ -155,6 +155,12 @@ body,
}
/* 页面切换动画-e */
/* 前台-实现绝对底部元素的兄弟元素专用类-s */
.frontend-footer-brother {
min-height: calc(100vh - 120px);
}
/* 前台-绝对底部元素的兄弟元素-e */
/* 自适应-s */
@media screen and (max-width: 768px) {
.xs-hidden {