Commit c15bd7d4f47112c27a8788f907931c7f4a7a20c1
1 parent
4258dfd2
perf: camera manage image preview set default width 1000
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | import snStep3 from '/@/assets/images/sn-step3.png'; |
7 | 7 | const imgList: string[] = [snStep1, snStep2, snStep3]; |
8 | 8 | function handlePreview() { |
9 | - createImgPreview({ imageList: imgList }); | |
9 | + createImgPreview({ imageList: imgList, defaultWidth: 1000 }); | |
10 | 10 | } |
11 | 11 | </script> |
12 | 12 | ... | ... |