Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
kae_mihara 2026-07-05 07:54:19 +09:00 committed by GitHub
parent 48ec6ffc18
commit 219d308d1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -335,9 +335,9 @@ const ProductsPage: React.FC = () => {
{ {
title: '操作', title: '操作',
width: 80, width: 80,
render: (_, row) => ( render: (_, row) => (
<a onClick={() => removeYarnRatioRow(side, row.key)}></a> <Button type="link" onClick={() => removeYarnRatioRow(side, row.key)} style={{ padding: 0, height: 'auto' }}></Button>
), ),
}, },
]} ]}
footer={() => ( footer={() => (