Browse Source

style: 增加popup的底部间距

xyh 2 years ago
parent
commit
0d60995967
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/pages/customer/filter/index.jsx
  2. 1 1
      src/pages/list/filter/index.jsx

+ 1 - 1
src/pages/customer/filter/index.jsx

@@ -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'

+ 1 - 1
src/pages/list/filter/index.jsx

@@ -47,7 +47,7 @@ export default function Filter({
         />
       )}
 
-      <View className='flex justify-around mt-4'>
+      <View className='flex justify-around mt-4 pb-5'>
         <Button
           round
           className='border border-solid border-gray-200 w-28'