Pārlūkot izejas kodu

style: 增加popup的底部间距

xyh 2 gadi atpakaļ
vecāks
revīzija
0d60995967

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