From 79b196363a2a7fe0cc0b8d7aa176d9d930b408a1 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期二, 22 十月 2024 11:18:49 +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