feat: PC端表格操作列样式

This commit is contained in:
hzm
2026-03-07 11:12:49 +08:00
parent f20b852e98
commit e5858df592

View File

@@ -712,7 +712,7 @@ export default function PcFundTable({
};
return (
<div className="row" style={{ justifyContent: 'center', gap: 4 }}>
<div className="row" style={{ justifyContent: 'center', gap: 4, padding: '8px 0' }}>
<button
className="icon-button danger"
onClick={handleClick}