[bug report] the El container cannot fit the full screen
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Element UI version
2.15.6
### OS/Browsers version
Chrome
### Vue version
2.6.14
### Reproduction Link
https://codepen.io/oranhub/pen/QWgoNqR
### Steps to reproduce
首先,打开elementUI官网,找到container布局容器,找到常见页面布局工具
然后,复制
Aside
Header
Main
Footer
并且复制样式
接着用vue/cli 4生成的vue2.6版本的脚手架中运行
最后会发现在打开的网页当中,无论怎么设置body,app,container的样式height为百分百,都无法让页面全部充满
### What is Expected?
希望页面能够仅仅修改height就能实现全部充满
### What is actually happening?
除了将aside的light-height修改为100vh时能够强行实现页面充满,但是个人感觉使用vh视口单位会使页面出现其他问题
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.