fix(style): imgs overflow style on chat

This commit is contained in:
jialin
2025-06-27 13:43:40 +08:00
parent 85754ccfb5
commit 5861508153
5 changed files with 36 additions and 11 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ const Overview: React.FC = () => {
};
return (
<div>
<Row gutter={[24, 20]} className={styles.row}>
<Row gutter={[20, 20]} className={styles.row}>
{overviewConfigs.map((config, index) => (
<Col
xs={{ flex: '100%' }}