【发布时间】:2019-05-04 00:53:10
【问题描述】:
我正在开发一个需要在样式中使用 calc 函数的 react 组件
const styles = {
spotImg:{
maxWidth:"100%",
maxHeight:"100%"
},
spotCont:{
width: /*here want to use calc with screen width*/
}
}
我想在react js组件的上述样式代码中使用屏幕宽度和calc函数。
【问题讨论】:
-
vw呢? -
我想计算一下屏幕宽度?