mirror of https://github.com/fantasticit/think.git
client: update image uploader position
This commit is contained in:
parent
018305c1d0
commit
21966051a4
|
@ -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>}
|
||||
|
|
Loading…
Reference in New Issue