From e7534557b6cefd4bd7fffcdf72396f0b031bdc81 Mon Sep 17 00:00:00 2001 From: hejianhao <15708179461@qq.com> Date: 星期三, 26 三月 2025 16:10:38 +0800 Subject: [PATCH] 优化 --- src/components/LeftPanel.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/LeftPanel.vue b/src/components/LeftPanel.vue index edc191b..b64907d 100644 --- a/src/components/LeftPanel.vue +++ b/src/components/LeftPanel.vue @@ -264,7 +264,7 @@ border-radius: 8px; padding: 15px; min-height: 300px; - max-height: calc(100vh - 600px); + /* max-height: calc(100vh - 600px); */ overflow: hidden; margin-bottom: 20px; } -- Gitblit v1.7.1