fix: layout home, value in form top up supplier
This commit is contained in:
@@ -84,8 +84,8 @@ export const Home = observer(() => {
|
||||
}}
|
||||
>
|
||||
<Row>
|
||||
<Row style={{ marginTop: 20 }}>
|
||||
<Col style={{ marginRight: 40 }}>
|
||||
<Row>
|
||||
<Col span={8}>
|
||||
<p>
|
||||
<h4>
|
||||
Total Penjualan :{" "}
|
||||
@@ -108,7 +108,7 @@ export const Home = observer(() => {
|
||||
</h4>
|
||||
</p>
|
||||
</Col>
|
||||
<Col>
|
||||
<Col span={8} offset={8}>
|
||||
<p>
|
||||
<h4>
|
||||
Total Profit :{" "}
|
||||
@@ -158,8 +158,8 @@ export const Home = observer(() => {
|
||||
}}
|
||||
>
|
||||
<Row>
|
||||
<Row style={{ marginTop: 20 }}>
|
||||
<Col style={{ marginRight: 40 }}>
|
||||
<Row>
|
||||
<Col span={8}>
|
||||
<p>
|
||||
<h4>
|
||||
Total Penjualan :{" "}
|
||||
@@ -182,7 +182,7 @@ export const Home = observer(() => {
|
||||
</h4>
|
||||
</p>
|
||||
</Col>
|
||||
<Col>
|
||||
<Col span={8} offset={8}>
|
||||
<p>
|
||||
<h4>
|
||||
Total Profit :{" "}
|
||||
|
||||
Reference in New Issue
Block a user