This commit is contained in:
PC-202306242200\Administrator
2024-09-12 15:07:49 +08:00
parent 4d069cc2a9
commit 8467bc3554
17 changed files with 23 additions and 15 deletions

View File

@@ -111,7 +111,7 @@ const MenuTableList: React.FC = () => {
valueType: 'text',
search: false,
render: (_, record) => {
return <Image src={record.imageUrl} width={60}></Image>
return <Image src={record.imageUrl} width={60} height={60}></Image>
}
},
{