NorthernDog
Results
2
issues of
NorthernDog
### Description 设置fixed固定列,但是想要调整全局的滚动条展示宽度和高度,getScrollBarWidth 方法 let scrollBarWidth: ?number; export function getScrollBarWidth(): ?number { if (scrollBarWidth !== undefined) return scrollBarWidth; const dom = _document.createElement('div'); const body = _document.body || dom; dom.style.visibility =...
param json 体是传递为{"html":"12345"}