|
|
@@ -25,7 +25,7 @@ export default function Item({
|
|
|
const onClick = usePreview();
|
|
|
const {className, msg} = useOrderState(states, anomaly, {time: arrivalTime});
|
|
|
const [expansion, {toggle}] = useBoolean();
|
|
|
- const listHeight = dataList.length * 20;
|
|
|
+ const listHeight = dataList.length * 28;
|
|
|
|
|
|
return (
|
|
|
<View className='bg-white mx-4 rounded-lg px-3 py-4 mt-3 first:mt-0'>
|
|
|
@@ -63,7 +63,7 @@ export default function Item({
|
|
|
>
|
|
|
{dataList.map(function({id, partNumber, qty}) {
|
|
|
return (
|
|
|
- <View className='flex overflow-hidden text-sm mt-2' key={id}>
|
|
|
+ <View className='flex overflow-hidden text-sm pt-2' key={id}>
|
|
|
<Text className='flex-1 block text-over mr-2'>
|
|
|
{partNumber}
|
|
|
</Text>
|