fix: image autosize
This commit is contained in:
@@ -472,7 +472,7 @@ const GroundImages: React.FC<MessageProps> = forwardRef((props, ref) => {
|
|||||||
loading={loading}
|
loading={loading}
|
||||||
responseable={true}
|
responseable={true}
|
||||||
gutter={[8, 16]}
|
gutter={[8, 16]}
|
||||||
autoSize={false}
|
autoSize={true}
|
||||||
></ThumbImg>
|
></ThumbImg>
|
||||||
{!imageList.length && (
|
{!imageList.length && (
|
||||||
<div className="flex-column font-size-14 flex-center gap-20 justify-center hold-wrapper">
|
<div className="flex-column font-size-14 flex-center gap-20 justify-center hold-wrapper">
|
||||||
|
|||||||
Reference in New Issue
Block a user