修复低分辨率样式bug。

This commit is contained in:
tengge1 2019-08-07 20:20:45 +08:00
parent af31fc11a2
commit cd899fe1ed

View File

@ -20,7 +20,7 @@
.ImageList>.content>.item {
position: relative;
width: 104px;
width: calc(50% - 8px);
height: 104px;
margin: 4px;
display: inline-block;