mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-19 00:37:08 +00:00
[feature](webapp) merge query steps to one card
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
@@ -3,8 +3,7 @@
|
||||
@table-prefix-cls: ~'@{supersonic-chat-prefix}-table';
|
||||
|
||||
.@{table-prefix-cls} {
|
||||
margin-top: 16px;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 6px;
|
||||
|
||||
&-photo {
|
||||
display: flex;
|
||||
@@ -68,9 +67,13 @@
|
||||
|
||||
.ant-table-tbody {
|
||||
.ant-table-cell {
|
||||
padding: 15px 0;
|
||||
color: #333;
|
||||
padding: 12px 2px;
|
||||
color: var(--text-color);
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-table-pagination.ant-pagination {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user