From 5db4036042079a8c3cd164123c8eb82907f6153a Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 12 十一月 2024 15:21:49 +0800
Subject: [PATCH] update 签到重复bug
---
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