|
@@ -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}
|