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.
带有背景图像的按钮在 Chrome 中显示模糊,但在 Mozilla 和 IE 中清晰。我需要为 Chrome 调整一些特别的东西吗?
确保您指定的图像大小等于源。如果要渲染的尺寸稍大,它会像您在屏幕截图中显示的那样模糊。
我发现了这个问题,并为浪费大家的时间道歉。由于某种原因,应用页面被缩放了 110%。将其设置为 100%(Chrome 的默认设置)解决了该问题。