家庭教育

This commit is contained in:
zhanglipeng
2021-08-08 11:33:24 +08:00
parent 489397fee3
commit 8fd8f7a44c
9 changed files with 869 additions and 564 deletions

View File

@ -25,7 +25,7 @@ export default {
<style lang="scss" scoped>
.app-main {
/* 50= navbar 50 */
min-height: calc(100vh - 50px);
// min-height: calc(100vh - 50px);
width: 100%;
position: relative;
overflow: hidden;
@ -38,7 +38,7 @@ export default {
.hasTagsView {
.app-main {
/* 84 = navbar + tags-view = 50 + 34 */
min-height: calc(100vh - 84px);
height: calc(100vh - 84px);
}
.fixed-header+.app-main {