style: adjust width column payback
This commit is contained in:
parent
fa3fff13f6
commit
4facb71d4f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user