使用静态HTML,我可以将height: 100%
放在html
元素上。我在stackoverflow上读到过一堆类似的问题,讨论使用vh
和min-height
等。我还没有能够让任何东西工作。
这是我想要的工作静态页面:https://stackblitz.com/edit/web-platform-esqhkb?file=index.html
当我把这个相同的页面在Angular 的内容是粉碎之间的页眉和页脚:
https://stackblitz.com/edit/angular-fegvvw?file=src/app/app.component.html
如何使Angular 布局与静态布局匹配?
1条答案
按热度按时间mspsb9vt1#
你好Raymond这是我的解决方案只是尝试将css样式从html文件更改为css样式文件:https://stackblitz.com/edit/angular-hkbhhb?file=src%2Fapp%2Fapp.component.html,src%2Fstyles.css