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

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