试试这个:
const styledDiv = styled.div` ${props => props.takeViewportHeight && `min-height: calc(100vh-16px);`} `
它不起作用。我是否在样式组件中遗漏了有关 calc 的内容?
javascript css reactjs styled-components
css ×1
javascript ×1
reactjs ×1
styled-components ×1