shenwu 8 달 전
부모
커밋
86c794e14a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/MiniApp/Consume/index.tsx

+ 1 - 1
src/pages/MiniApp/Consume/index.tsx

@@ -27,7 +27,7 @@ const Page: React.FC = () => {
                 distributorId: initialState?.currentUser?.distributorId,
                 appType: initialState?.selectApp?.appType || ""
             }}
-            scroll={{ x: true, y: 500 }}
+            scroll={{ x: true }}
             headerTitle={"书币变更列表"}
             rowKey={(r) => r.id}
             search={{