1px边距未正确呈现(DPI扩展问题?)

时间:2017-06-07 23:03:09

标签: html css dpi

https://dl.xamarin.com/VsMac/VisualStudioForMac-Preview1-7.0.0.347.dmg

由于某些原因,我的1px边距未正确呈现,因为您可以看到带有红色下划线的列。

HTML:

<div class="item"></div>

CSS:

div#item {
    float: left;
    width: 100px;   
    height: 100px;
    background-color: #222;
    margin-right: 1px;
    margin-bottom: 1px;
}

知道可能导致这种情况的原因吗?

我的预感是它可能是DPI扩展问题,但我不确定。我使用Windows,缩放率为125%。

0 个答案:

没有答案
相关问题