From cba11efd7e2378b5f060f3081bfa409db3e8cbaf Mon Sep 17 00:00:00 2001 From: hechang27-sprt Date: Thu, 19 Mar 2026 11:40:43 +0800 Subject: [PATCH] fix: table overflow and pagination visibility with large page sizes - Add height="0" to el-table and CSS flex layout to prevent overflow - Add overflow:hidden and explicit height constraints to .root-container and .app-main - Move inline style bindings to scoped CSS with v-bind() - Bind height/maxHeight props to .list-table container style for configurability Co-Authored-By: Claude Opus 4.6 --- packages/base/data/list-table.vue | 157 +++++++++++++++++--------- packages/manage/router/index.vue | 33 ++++-- packages/manage/router/zhuBeiDong.vue | 35 ++++-- 3 files changed, 151 insertions(+), 74 deletions(-) diff --git a/packages/base/data/list-table.vue b/packages/base/data/list-table.vue index 5cdb022..5f6ce09 100644 --- a/packages/base/data/list-table.vue +++ b/packages/base/data/list-table.vue @@ -1,61 +1,64 @@