فهرست منبع

style: 增加popup的底部间距

xyh 2 سال پیش
والد
کامیت
0d60995967
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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'