wjx 1 년 전
부모
커밋
4c0055c833
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 : '--'} />