refactor(FE-208,212): update width classes for form fields in PurchaseOrder forms for better responsiveness

This commit is contained in:
rstubryan
2025-11-12 11:16:46 +07:00
parent bc53b9073c
commit f26e54e8f2
2 changed files with 16 additions and 16 deletions
@@ -467,7 +467,7 @@ const PurchaseOrderAcceptApprovalForm = ({
} }
placeholder='Pilih Item...' placeholder='Pilih Item...'
className={{ className={{
wrapper: 'min-w-48', wrapper: 'min-w-52 md:min-w-72 lg:min-w-80',
}} }}
/> />
</td> </td>
@@ -492,7 +492,7 @@ const PurchaseOrderAcceptApprovalForm = ({
.errorMessage .errorMessage
} }
className={{ className={{
wrapper: 'min-w-36', wrapper: 'min-w-40 md:min-w-52 lg:min-w-64',
}} }}
/> />
</td> </td>
@@ -512,7 +512,7 @@ const PurchaseOrderAcceptApprovalForm = ({
} }
placeholder='Pilih Gudang...' placeholder='Pilih Gudang...'
className={{ className={{
wrapper: 'min-w-48', wrapper: 'min-w-52 md:min-w-72 lg:min-w-80',
}} }}
/> />
</td> </td>
@@ -538,7 +538,7 @@ const PurchaseOrderAcceptApprovalForm = ({
} }
placeholder='Masukkan nomor perjalanan' placeholder='Masukkan nomor perjalanan'
className={{ className={{
wrapper: 'min-w-32', wrapper: 'min-w-40 md:min-w-52 lg:min-w-64',
}} }}
/> />
</td> </td>
@@ -565,7 +565,7 @@ const PurchaseOrderAcceptApprovalForm = ({
} }
placeholder='Masukkan path dokumen' placeholder='Masukkan path dokumen'
className={{ className={{
wrapper: 'min-w-48', wrapper: 'min-w-52 md:min-w-72 lg:min-w-80',
}} }}
/> />
</td> </td>
@@ -591,7 +591,7 @@ const PurchaseOrderAcceptApprovalForm = ({
} }
placeholder='Masukkan nomor kendaraan' placeholder='Masukkan nomor kendaraan'
className={{ className={{
wrapper: 'min-w-32', wrapper: 'min-w-40 md:min-w-52 lg:min-w-64',
}} }}
/> />
</td> </td>
@@ -615,7 +615,7 @@ const PurchaseOrderAcceptApprovalForm = ({
} }
placeholder='Pilih Vendor...' placeholder='Pilih Vendor...'
className={{ className={{
wrapper: 'min-w-40', wrapper: 'min-w-48 md:min-w-64 lg:min-w-72',
}} }}
/> />
</td> </td>
@@ -644,7 +644,7 @@ const PurchaseOrderAcceptApprovalForm = ({
getPurchaseItemError(idx, 'received_qty').errorMessage getPurchaseItemError(idx, 'received_qty').errorMessage
} }
className={{ className={{
wrapper: 'min-w-32', wrapper: 'min-w-40 md:min-w-52 lg:min-w-64',
}} }}
/> />
</td> </td>
@@ -676,7 +676,7 @@ const PurchaseOrderAcceptApprovalForm = ({
.errorMessage .errorMessage
} }
className={{ className={{
wrapper: 'min-w-32', wrapper: 'min-w-40 md:min-w-52 lg:min-w-64',
}} }}
/> />
</td> </td>
@@ -707,7 +707,7 @@ const PurchaseOrderAcceptApprovalForm = ({
.errorMessage .errorMessage
} }
className={{ className={{
wrapper: 'min-w-32', wrapper: 'min-w-40 md:min-w-52 lg:min-w-64',
}} }}
/> />
</td> </td>
@@ -358,7 +358,7 @@ const PurchaseOrderStaffApprovalForm = ({
} }
placeholder='Pilih Item...' placeholder='Pilih Item...'
className={{ className={{
wrapper: 'min-w-48', wrapper: 'min-w-52 md:min-w-72 lg:min-w-80',
}} }}
/> />
</td> </td>
@@ -370,7 +370,7 @@ const PurchaseOrderStaffApprovalForm = ({
readOnly={true} readOnly={true}
placeholder='Pilih item terlebih dahulu' placeholder='Pilih item terlebih dahulu'
className={{ className={{
wrapper: 'min-w-32', wrapper: 'min-w-40 md:min-w-52 lg:min-w-64',
}} }}
disabled={true} disabled={true}
/> />
@@ -383,7 +383,7 @@ const PurchaseOrderStaffApprovalForm = ({
readOnly={true} readOnly={true}
placeholder='Pilih item terlebih dahulu' placeholder='Pilih item terlebih dahulu'
className={{ className={{
wrapper: 'min-w-48', wrapper: 'min-w-52 md:min-w-72 lg:min-w-80',
}} }}
disabled={true} disabled={true}
/> />
@@ -402,7 +402,7 @@ const PurchaseOrderStaffApprovalForm = ({
readOnly={true} readOnly={true}
placeholder='Pilih item terlebih dahulu' placeholder='Pilih item terlebih dahulu'
className={{ className={{
wrapper: 'min-w-32', wrapper: 'min-w-40 md:min-w-52 lg:min-w-64',
}} }}
disabled={true} disabled={true}
/> />
@@ -465,7 +465,7 @@ const PurchaseOrderStaffApprovalForm = ({
getPurchaseItemError(idx, 'price').errorMessage getPurchaseItemError(idx, 'price').errorMessage
} }
className={{ className={{
wrapper: 'min-w-40', wrapper: 'min-w-48 md:min-w-64 lg:min-w-72',
}} }}
/> />
</td> </td>
@@ -496,7 +496,7 @@ const PurchaseOrderStaffApprovalForm = ({
.errorMessage .errorMessage
} }
className={{ className={{
wrapper: 'min-w-40', wrapper: 'min-w-48 md:min-w-64 lg:min-w-72',
}} }}
/> />
</td> </td>