mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-22 23:28:43 +00:00
fix:前台Footer组件绝对底部相关css代码移动位置
This commit is contained in:
parent
9db2d3c94c
commit
5136462055
@ -67,8 +67,4 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.frontend-footer-brother {
|
||||
min-height: calc(100vh - 120px);
|
||||
}
|
||||
</style>
|
||||
<style scoped lang="scss"></style>
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user