client: update image uploader position

This commit is contained in:
fantasticit 2022-06-05 01:01:45 +08:00
parent 018305c1d0
commit 21966051a4
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ export const ImageUploader: React.FC<IProps> = ({ images, selectImage, children
showArrow
zIndex={10000}
trigger="click"
position="bottomLeft"
position="bottomRight"
visible={visible}
onVisibleChange={toggleVisible}
content={<div style={{ width: 360, maxWidth: '96vw' }}>{content}</div>}