[feature](webapp) merge query steps to one card

This commit is contained in:
williamhliu
2023-08-29 22:14:14 +08:00
parent 93ca060c45
commit 36fd737440
40 changed files with 994 additions and 496 deletions

View File

@@ -68,8 +68,7 @@ const Table: React.FC<Props> = ({ data, size, onApplyAuth }) => {
}
columns={tableColumns}
dataSource={queryResults}
style={{ width: '100%' }}
// scroll={{ x: 'max-content' }}
style={{ width: '100%', overflowX: 'auto' }}
rowClassName={getRowClassName}
size={size}
/>