请问如何设置div的高度为屏幕高度,设置height:100%不管用

来源:7-2 使用 styled-components 完成 Header 组件布局(1)

lxmhh3788029

2018-08-24

export const PageWrapper = styled.div`

width:100%;

height:100%;

background: url(${Bg});

background-size:cover; 

position:relative;

`;

写回答

2回答

qq_一琴心一_0

2018-08-24

100vh 

0
0

lxmhh3788029

提问者

2018-08-24

补充一下:我问的是如何在style.js中设置div高度为屏幕高度,我知道100%要起作用只有html、body、#root都设置高度为100%

0
1
Dell
position absolute left 0 top 0 right 0 bottom 0
2018-08-25
共1条回复

React零基础入门到实战,完成企业级项目简书网站开发

主流新技术 React-redux,React-router4,贯穿基础语法

5275 学习 · 2496 问题

查看课程