fix: auto bgcolor remove

This commit is contained in:
jialin
2024-11-28 22:03:33 +08:00
parent 75ac74ca5e
commit 849150c9ab
2 changed files with 4 additions and 4 deletions
@@ -466,7 +466,7 @@ const GroundImages: React.FC<MessageProps> = forwardRef((props, ref) => {
flexWrap: 'unset',
alignItems: 'center'
}}
autoBgColor={true}
autoBgColor={false}
editable={false}
dataList={imageList}
loading={loading}