wjx 1 년 전
부모
커밋
fc9cfae0dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/gameDataStatistics/gameServer/serverGsData/index.tsx

+ 1 - 1
src/pages/gameDataStatistics/gameServer/serverGsData/index.tsx

@@ -116,7 +116,7 @@ const ServerGsData: React.FC = () => {
             totalData={totalData}
             config={columns12()}
             configName={'GS区服数据'}
-            fixed={{ left: 3, right: 0 }}
+            fixed={{ left: 4, right: 0 }}
             scroll={{ x: 1000, y: 500 }}
             title='GS区服数据'
             loading={getGameServerGsList.loading || getGameServerGsTotal.loading}