wjx 1 рік тому
батько
коміт
4c0055c833

+ 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 : '--'} />