mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-361): Make filter layout responsive
This commit is contained in:
@@ -492,7 +492,7 @@ const PurchasesPerSupplierTab = () => {
|
|||||||
</Menu>
|
</Menu>
|
||||||
</Dropdown>
|
</Dropdown>
|
||||||
</div>
|
</div>
|
||||||
<div className='grid grid-cols-3 gap-4'>
|
<div className='grid md:grid-cols-3 grid-cols-1 gap-4'>
|
||||||
<SelectInput
|
<SelectInput
|
||||||
label='Area'
|
label='Area'
|
||||||
placeholder='Pilih Area'
|
placeholder='Pilih Area'
|
||||||
@@ -542,7 +542,7 @@ const PurchasesPerSupplierTab = () => {
|
|||||||
isClearable
|
isClearable
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className='grid grid-cols-3 gap-4'>
|
<div className='grid md:grid-cols-3 grid-cols-1 gap-4'>
|
||||||
<SelectInput
|
<SelectInput
|
||||||
label='Kategori Produk'
|
label='Kategori Produk'
|
||||||
placeholder='Pilih Kategori Produk'
|
placeholder='Pilih Kategori Produk'
|
||||||
@@ -573,7 +573,7 @@ const PurchasesPerSupplierTab = () => {
|
|||||||
isLoading={false}
|
isLoading={false}
|
||||||
isClearable={false}
|
isClearable={false}
|
||||||
/>
|
/>
|
||||||
<div className='flex flex-row gap-4'>
|
<div className='md:flex md:flex-row grid grid-cols-1 gap-4'>
|
||||||
<DateInput
|
<DateInput
|
||||||
label='Tanggal Awal'
|
label='Tanggal Awal'
|
||||||
name='start_date'
|
name='start_date'
|
||||||
|
|||||||
Reference in New Issue
Block a user