|
@@ -251,7 +251,7 @@ function Goods() {
|
|
|
title: "封面图",
|
|
title: "封面图",
|
|
|
render: (item: GoodsTableSearch) => (
|
|
render: (item: GoodsTableSearch) => (
|
|
|
<div className="tableImgAuto">
|
|
<div className="tableImgAuto">
|
|
|
- <ImageLazy width={80} height={80} src={item.thumb!} />
|
|
|
|
|
|
|
+ <ImageLazy width={60} height={60} src={item.thumb!} />
|
|
|
</div>
|
|
</div>
|
|
|
),
|
|
),
|
|
|
},
|
|
},
|