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.
因此,自从我升级到 8.1 后,我的所有网站都以放大的方式显示。我想知道是否可以设置一个 CSS 值来始终确保设置正确的缩放级别。谢谢。
您可以使用缩放属性
body { zoom:0.9; -moz-transform: scale(0.9); }
如前所述,Firefox 不支持zoom这样使用-moz-transform。
zoom
-moz-transform