浏览代码

update: 修改发货单中第三区域间距

xyh 2 年之前
父节点
当前提交
3eca2b9e2c
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/pages/list/index.jsx

+ 4 - 4
src/pages/list/index.jsx

@@ -44,17 +44,17 @@ export default function List() {
         </View>
 
         <View className='mt-4'>
-          <TextGroup title='卡车号' content='123' className='py-0' />
-          <TextGroup title='客户编号' content='123555' className='py-0 mt-2' />
+          <TextGroup title='卡车号' content='123' className='!py-0' />
+          <TextGroup title='客户编号' content='123555' className='!py-0 mt-2' />
           <TextGroup
             title='发货时间'
             content='2020-12-22'
-            className='py-0 mt-2'
+            className='!py-0 mt-2'
           />
           <TextGroup
             title='送达时间'
             content='2020-12-23'
-            className='py-0 mt-2'
+            className='!py-0 mt-2'
           />
         </View>