From aee5272d23ade39f178d6b3c2032a29db6752aca Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 21 十月 2024 13:18:52 +0800
Subject: [PATCH] update 首页定位
---
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