fix: image autosize

This commit is contained in:
jialin
2024-11-28 22:03:33 +08:00
parent 9822479d24
commit 75ac74ca5e
@@ -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">