Skip to content

Commit

Permalink
feat: 适配移动端展示
Browse files Browse the repository at this point in the history
  • Loading branch information
honkinglin committed Sep 13, 2022
1 parent de737ba commit 1909b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/_common
2 changes: 1 addition & 1 deletion src/image-viewer/ImageViewerMini.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const ImageModelMini = (props: ImageModelMiniProps) => {
className={`${classPrefix}-image-viewer__dialog`}
draggable
visible={visible}
width="1000px"
width="min(90vw, 1000px)"
placement="center"
mode="modeless"
cancelBtn={null}
Expand Down

0 comments on commit 1909b05

Please sign in to comment.