shenwu 7 months ago
parent
commit
86c794e14a
1 changed files with 1 additions and 1 deletions
  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,
                 distributorId: initialState?.currentUser?.distributorId,
                 appType: initialState?.selectApp?.appType || ""
                 appType: initialState?.selectApp?.appType || ""
             }}
             }}
-            scroll={{ x: true, y: 500 }}
+            scroll={{ x: true }}
             headerTitle={"书币变更列表"}
             headerTitle={"书币变更列表"}
             rowKey={(r) => r.id}
             rowKey={(r) => r.id}
             search={{
             search={{