|
|
@@ -34,7 +34,7 @@ export default function Filter({
|
|
|
<Field title='客户名称' value={fields.name} onChange={onChange('name')} />
|
|
|
<Field title='客户代码' value={fields.code} onChange={onChange('code')} />
|
|
|
|
|
|
- <View className='flex justify-around mt-8'>
|
|
|
+ <View className='flex justify-around mt-8 pb-5'>
|
|
|
<Button
|
|
|
round
|
|
|
className='border border-solid border-gray-200 w-28'
|