Commit 30633f46 by qinjianhui

Merge branch 'dev' into 'master'

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

See merge request !213
parents 888af742 1da25f55
......@@ -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