From 0512f40da106268ac342377256cf9099d7f90b3e Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期五, 18 十月 2024 10:41:35 +0800 Subject: [PATCH] add 首页的定位 --- components/tree-filter/tree-filter.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/components/tree-filter/tree-filter.vue b/components/tree-filter/tree-filter.vue index db015cd..8a1c006 100644 --- a/components/tree-filter/tree-filter.vue +++ b/components/tree-filter/tree-filter.vue @@ -231,7 +231,8 @@ padding-left: 40rpx; padding-right: 40rpx; overflow-y: scroll; - max-height: 80vh; + max-height: calc(75vh - 140rpx); + padding-bottom: 60rpx; .tree-filter-node { display: flex; -- Gitblit v1.9.3