fix: increase rules list viewport height

This commit is contained in:
wren
2026-05-07 17:52:13 +08:00
parent c00e5feff0
commit 43838c7b8c
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -422,13 +422,13 @@ export default function RulesTestList() {
/>
</FilterPanel>
<Card className="ant-card">
<Card className="ant-card rules-test-table-card">
<Table
className="rules-test-table rules-table"
columns={columns}
dataSource={rows}
rowKey="rowId"
scroll={{ y: 700 }}
scroll={{ y: 'calc(100vh - 340px)' }}
emptyText={<div className="empty-state"> YAML </div>}
/>
{totalCount > 0 && (