Commit 1da25f55 by qinjianhui

fix: 卡片布局图片预览从点击项开始显示

parent 3bbd5f32
......@@ -68,6 +68,7 @@
:src="img?.url"
height="50"
:preview-src-list="JSON.parse(item.imageAry as string).map((i: any) => i.url)"
:initial-index="index"
/>
</div>
</div>
......
......@@ -1845,6 +1845,7 @@ const operationOrderColumns = [
src={img.url}
previewSrcList={urls}
previewTeleported={true}
initialIndex={idx}
style="width:50px;height:50px"
title={img.title ?? ''}
/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment