Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的文档中有多列(具有固定高度的 css3 webkit 列)布局。当我增加元素的字体大小时(使用 element.style.setProperty('font-size', ...); 我的 body.scrollWidth 也会增加,这没关系。但是,减小字体大小 body.scrollWidth 保持不变并且我在最右边留下了很多空白空间。
有什么想法可以解决这个问题吗?如何强制 body.scrollWidth 反映对文档的更改并在必要时缩小?