dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_bigScreen_jc
智慧保安大屏 晋城版
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
``` feat(layout): 添加退出登录功能
zhongrj
2026-06-02
1dbc6ed10458201d22e7f47a7da36f75f0ebf257
[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
}