mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改列表图偏移的问题
This commit is contained in:
@@ -116,7 +116,8 @@ $centerHeight: 100px;
|
|||||||
height: $centerHeight;
|
height: $centerHeight;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
.list-img {
|
.list-img {
|
||||||
height: 100%;
|
height: 100px;
|
||||||
|
width: 140px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
@extend .go-transition;
|
@extend .go-transition;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user