style: adjust width column payback

This commit is contained in:
caturbgs 2021-12-22 20:29:21 +07:00
parent fa3fff13f6
commit 4facb71d4f

View File

@ -51,6 +51,7 @@ export const Payback = observer(() => {
title: "Amount",
dataIndex: "amount",
key: "amount",
width: '20%',
render: (text) =>
new Intl.NumberFormat("id-ID", {
style: "currency",
@ -61,6 +62,7 @@ export const Payback = observer(() => {
title: "Action",
dataIndex: "amount",
key: "action",
width: '10%',
render: (text, record) => (
<Space size="middle">
<Button