Skip to content

Commit

Permalink
fix: imageView组件宽度修复
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuo committed Jul 24, 2024
1 parent 5ca9d86 commit c5be5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vantui/src/image-viewer/image-viewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function ImageViewer(props: ImageViewerProps): JSX.Element {
<Overlay show />
<View className={`${preCls}-main`}>
<Swiper
width={375}
// width={375}
initPage={current}
autoPlay={0}
onChange={(v) => setCurrent(v)}
Expand Down

0 comments on commit c5be5d2

Please sign in to comment.