fix: 修改列表图偏移的问题

This commit is contained in:
奔跑的面条 2022-10-17 09:42:56 +08:00
parent b88d90cb80
commit aa0569ef4b

View File

@ -116,7 +116,8 @@ $centerHeight: 100px;
height: $centerHeight;
overflow: hidden;
.list-img {
height: 100%;
height: 100px;
width: 140px;
border-radius: 6px;
@extend .go-transition;
}