From b9be35a80ac41199ae72a4c993a2440e8eec3986 Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Mon, 2 Mar 2026 18:11:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][yp0?= =?UTF-8?q?03]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/CustomTable.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/Template/CustomTable.vue b/src/components/Template/CustomTable.vue index 873cb0a..79b7ef8 100644 --- a/src/components/Template/CustomTable.vue +++ b/src/components/Template/CustomTable.vue @@ -951,8 +951,8 @@ export default { } .custom-table-body { - max-height: 500px; - overflow-y: auto; + /* max-height: 500px; */ + /* overflow-y: auto; */ /* 可根据需要调整或由父组件控制 */ } @@ -1035,7 +1035,8 @@ export default { flex-direction: column; max-width: 100%; /* 父容器决定宽度 */ - overflow-x: auto; + overflow: auto; + max-height: 500px; } .custom-table-header,