dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_bigScreen_jc
智慧保安大屏 晋城版
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat: 增加登录页面,注释测试监控的播放
zhongrj
2026-06-01
e06044d2db5e57dade2aec6a2ac398129f61d0f2
[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
}