Config Menu

This commit is contained in:
2021-12-23 11:53:07 +07:00
parent 6b22d2e264
commit ce2d2e1072
16 changed files with 572 additions and 507 deletions

View File

@@ -117,7 +117,7 @@ export const Product = observer(() => {
},
});
}}
style={{cursor: "pointer"}}
style={{cursor: "pointer",marginLeft:10}}
>
<span style={{color: "black"}}>{item.product_name}</span>
<br/>
@@ -132,13 +132,13 @@ export const Product = observer(() => {
))}
</Row>
)}
{store.transaction.data.length !== 0 && (
{/* {store.transaction.data.length !== 0 && (
<Col style={{textAlign: "right", marginTop: "1em"}}>
<Button style={{backgroundColor: "#2D9CDB", color: "white"}}>
Beli Sekarang
</Button>
</Col>
)}
)} */}
</div>
);
});