style: adjust width column payback
This commit is contained in:
@@ -51,6 +51,7 @@ export const Payback = observer(() => {
|
|||||||
title: "Amount",
|
title: "Amount",
|
||||||
dataIndex: "amount",
|
dataIndex: "amount",
|
||||||
key: "amount",
|
key: "amount",
|
||||||
|
width: '20%',
|
||||||
render: (text) =>
|
render: (text) =>
|
||||||
new Intl.NumberFormat("id-ID", {
|
new Intl.NumberFormat("id-ID", {
|
||||||
style: "currency",
|
style: "currency",
|
||||||
@@ -61,6 +62,7 @@ export const Payback = observer(() => {
|
|||||||
title: "Action",
|
title: "Action",
|
||||||
dataIndex: "amount",
|
dataIndex: "amount",
|
||||||
key: "action",
|
key: "action",
|
||||||
|
width: '10%',
|
||||||
render: (text, record) => (
|
render: (text, record) => (
|
||||||
<Space size="middle">
|
<Space size="middle">
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user