Skip to content

Commit

Permalink
feat: 适配移动端展示 (#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
honkinglin authored Sep 14, 2022
1 parent f0c40cf commit bcf0eb3
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 bcf0eb3

Please sign in to comment.