|
@@ -397,7 +397,7 @@ export default class ScriptNodeInfo extends React.Component<any, any> {
|
|
bordered
|
|
bordered
|
|
columns={this.state.columns}
|
|
columns={this.state.columns}
|
|
dataSource={this.state.tableData}
|
|
dataSource={this.state.tableData}
|
|
- scroll={{ x: 3500, y: 400 }}
|
|
|
|
|
|
+ scroll={{ x: this.state.columns * 120, y: 400 }}
|
|
pagination={{ showSizeChanger: false }}
|
|
pagination={{ showSizeChanger: false }}
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|