css 父元素设置了min-height:100%, 子元素设置height:100%无效

今天遇到的这个问题 解决办法父元素设置display:flex;子元素设置height:auto或者不设置高度就行了

你可能感兴趣的:(css)