dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_bigScreen_jc
智慧保安大屏 晋城版
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
``` docs(README): 添加项目快速开始指南
zhongrj
2026-06-02
fe19afb9cf4ef89301b2772905e2d460f230a618
[zhba/zhba_bigScreen_jc.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
}