mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 23:00:34 +00:00
fix: inventory adjustment style.
This commit is contained in:
@@ -19,12 +19,7 @@ function InventoryAdjustmentDetailDrawer({
|
|||||||
payload: { inventoryId },
|
payload: { inventoryId },
|
||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<Drawer
|
<Drawer isOpen={isOpen} name={name} size={'750px'}>
|
||||||
isOpen={isOpen}
|
|
||||||
name={name}
|
|
||||||
style={{ minWidth: '700px', maxWidth: '900px' }}
|
|
||||||
size={'65%'}
|
|
||||||
>
|
|
||||||
<DrawerSuspense>
|
<DrawerSuspense>
|
||||||
<InventoryAdjustmentDrawerContent inventoryId={inventoryId} />
|
<InventoryAdjustmentDrawerContent inventoryId={inventoryId} />
|
||||||
</DrawerSuspense>
|
</DrawerSuspense>
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
.detail_panel {
|
.detail_panel {
|
||||||
:global .card {
|
:global .card {
|
||||||
padding: 22px 15px;
|
padding: 22px 15px;
|
||||||
|
margin: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&_header {
|
&_header {
|
||||||
@@ -9,6 +10,7 @@
|
|||||||
|
|
||||||
&_table {
|
&_table {
|
||||||
:global .bigcapital-datatable {
|
:global .bigcapital-datatable {
|
||||||
|
margin-top: 30px;
|
||||||
.thead,
|
.thead,
|
||||||
.tbody {
|
.tbody {
|
||||||
.quantity,
|
.quantity,
|
||||||
|
|||||||
Reference in New Issue
Block a user