Explorer 报告限制为 5 行,无论数据量多少 :(

是的,这可以通过在主题组件中添加一些 CSS 来修改:

.query-results .query-results-table-wrapper {
    max-height: fit-content;
}
4 个赞