This is an automated email from the ASF dual-hosted git repository.

nicholasjiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-webui.git


The following commit(s) were added to refs/heads/main by this push:
     new bc9ef538 [Improvement] Optimize table page display and height 
adaptability (#302)
bc9ef538 is described below

commit bc9ef5384f203fd07b93bd12d613a80e32d538d8
Author: s7monk <[email protected]>
AuthorDate: Wed Jun 5 13:24:59 2024 +0800

    [Improvement] Optimize table page display and height adaptability (#302)
---
 paimon-web-ui/src/views/metadata/components/table/index.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/paimon-web-ui/src/views/metadata/components/table/index.tsx 
b/paimon-web-ui/src/views/metadata/components/table/index.tsx
index 601c2ecf..dc0dca92 100644
--- a/paimon-web-ui/src/views/metadata/components/table/index.tsx
+++ b/paimon-web-ui/src/views/metadata/components/table/index.tsx
@@ -185,6 +185,7 @@ export default defineComponent({
                 columns={this.columns}
                 data={this.tableColumns?.columns || []}
                 pagination={this.pagination}
+                max-height="calc(100vh - 370px)"
               />
             ),
           }}

Reply via email to