dashboard
repositories
filestore
activity
search
login
ztzh
/
zttj-h5
中图智慧H5
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
'修改第二次投票不能投选本部门人员entity'
15179599649
2024-01-20
2f447d2cf565cd98c17397a2cb3ea3497eef368c
[ztzh/zttj-h5.git]
/
src
/
utils
/
fontSize.js
1
2
3
4
5
6
export function fontSize (size) {
let clientHeight = window.screen.availHeight
if (!clientHeight) return
let fontSize = size / 1080 * clientHeight
return fontSize
}