Perbaikan Menu
This commit is contained in:
@@ -112,7 +112,8 @@ export const Home = observer(() => {
|
||||
}}
|
||||
>
|
||||
<Row>
|
||||
<BarChartOutlined style={{ fontSize: 30 }} />
|
||||
<BarChartOutlined style={{ fontSize: 25 ,marginRight:80}} />
|
||||
|
||||
<PageHeader title={<span>Total Transaksi</span>}>
|
||||
<p>
|
||||
<h4>{store.transaction.dataTransaction} Transaksi</h4>
|
||||
@@ -132,8 +133,8 @@ export const Home = observer(() => {
|
||||
}}
|
||||
>
|
||||
<Row>
|
||||
<DropboxOutlined style={{ fontSize: 30 }} />
|
||||
<PageHeader title={<span>Total Keuntungan</span>}>
|
||||
<DropboxOutlined style={{ fontSize: 25 }} />
|
||||
<PageHeader title={<span>Total Keuntungan B2B</span>}>
|
||||
<span>
|
||||
{new Intl.NumberFormat("id-ID", {
|
||||
style: "currency",
|
||||
@@ -155,8 +156,8 @@ export const Home = observer(() => {
|
||||
}}
|
||||
>
|
||||
<Row>
|
||||
<DollarCircleOutlined style={{ fontSize: 30 }} />
|
||||
<PageHeader title={<span>Saldo</span>}>
|
||||
<DollarCircleOutlined style={{ fontSize: 25 }} />
|
||||
<PageHeader title={<span>Total Keuntungan B2C</span>}>
|
||||
<span>
|
||||
{new Intl.NumberFormat("id-ID", {
|
||||
style: "currency",
|
||||
@@ -173,7 +174,7 @@ export const Home = observer(() => {
|
||||
<Row style={{ marginLeft: 50, marginTop: 10 }}>
|
||||
<Card
|
||||
className={"shadow"}
|
||||
title="Card title"
|
||||
title="List Transaksi B2B"
|
||||
style={{
|
||||
marginBottom: 30,
|
||||
marginRight: 20,
|
||||
@@ -207,7 +208,7 @@ export const Home = observer(() => {
|
||||
</Card>
|
||||
<Card
|
||||
className={"shadow"}
|
||||
title="Card title"
|
||||
title="List Transaksi B2C"
|
||||
style={{
|
||||
marginBottom: 30,
|
||||
borderColor: "salmon",
|
||||
@@ -254,7 +255,7 @@ export const Home = observer(() => {
|
||||
}}
|
||||
>
|
||||
<Row>
|
||||
<BarChartOutlined style={{ fontSize: 30 }} />
|
||||
<BarChartOutlined style={{ fontSize: 25,marginRight:80 }} />
|
||||
<PageHeader title={<span>Total Transaksi</span>}>
|
||||
<p>
|
||||
<h4>{store.transaction.dataTransaction} Transaksi</h4>
|
||||
@@ -274,8 +275,8 @@ export const Home = observer(() => {
|
||||
}}
|
||||
>
|
||||
<Row>
|
||||
<DropboxOutlined style={{ fontSize: 30 }} />
|
||||
<PageHeader title={<span>Total Keuntungan</span>}>
|
||||
<DropboxOutlined style={{ fontSize: 25 }} />
|
||||
<PageHeader title={<span>Total Keuntungan B2B</span>}>
|
||||
<span>
|
||||
{new Intl.NumberFormat("id-ID", {
|
||||
style: "currency",
|
||||
@@ -297,8 +298,8 @@ export const Home = observer(() => {
|
||||
}}
|
||||
>
|
||||
<Row>
|
||||
<DollarCircleOutlined style={{ fontSize: 30 }} />
|
||||
<PageHeader title={<span>Saldo</span>}>
|
||||
<DollarCircleOutlined style={{ fontSize: 25 }} />
|
||||
<PageHeader title={<span>Total Keuntungan B2C</span>}>
|
||||
<span>
|
||||
{new Intl.NumberFormat("id-ID", {
|
||||
style: "currency",
|
||||
@@ -315,7 +316,7 @@ export const Home = observer(() => {
|
||||
<Row style={{ marginLeft: 20, marginRight: 20, marginTop: 10 }}>
|
||||
<Card
|
||||
className={"shadow"}
|
||||
title="Card title"
|
||||
title="List Transaksi B2B"
|
||||
style={{
|
||||
marginBottom: 10,
|
||||
borderColor: "salmon",
|
||||
@@ -347,7 +348,7 @@ export const Home = observer(() => {
|
||||
</Card>
|
||||
<Card
|
||||
className={"shadow"}
|
||||
title="Card title"
|
||||
title="List Transaksi B2C"
|
||||
style={{
|
||||
marginBottom: 30,
|
||||
borderColor: "salmon",
|
||||
|
||||
Reference in New Issue
Block a user