wjx 1 year ago
parent
commit
4c0055c833
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/gameDataStatistics/stream/recharge/tableConfig.tsx

+ 1 - 1
src/pages/gameDataStatistics/stream/recharge/tableConfig.tsx

@@ -178,7 +178,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                             dataIndex: `costCount`,
                             key: `costCount`,
                             align: 'center',
-                            width: 85,
+                            width: 95,
                             className: 'costCount',
                             render: (a: any) => {
                                 return <Statistic value={a ? a : '--'} />