From 5379a8af298954c902c5d5434847e622c0cd6753 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Fri, 3 Apr 2026 12:01:58 +0800 Subject: [PATCH] 1.五彩::汇总数据被分页条遮挡了 --- src/components/Common/CommonListTab/index.js | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/src/components/Common/CommonListTab/index.js b/src/components/Common/CommonListTab/index.js index a98ccfe..a06a36f 100644 --- a/src/components/Common/CommonListTab/index.js +++ b/src/components/Common/CommonListTab/index.js @@ -468,6 +468,11 @@ const CommonListTabComponent = Form.create({ } } + const realHeight = window.screen.height * window.devicePixelRatio; + + if (realHeight < 1600) { + slave0TableHeight = slave0TableHeight - 50; + } const pagination = { pageSize: commonUtils.isNotEmptyNumber(props.iPageSize) && props.iPageSize !== 0 ? props.iPageSize : commonConfig.pageSize, ...slavePagination, -- libgit2 0.22.2