峰峰执法平台简易案件程序板块 pad端
付延余
2023-01-03 3b1fc9088c6efc28bbfdab55b61b1626a863036d
1
2
3
4
5
6
function nowSize(val,initWidth=1920) {
  let nowClientWidth = document.documentElement.clientWidth
  return val * (nowClientWidth / initWidth)
}
 
export default nowSize