From 1d0da7258728d77575748ba749533320ef7d4956 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Mon, 12 Aug 2024 10:52:37 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=A7=A3=E5=86=B3=E8=BF=90=E8=A1=8C=E8=AD=A6?= =?UTF-8?q?=E5=91=8A=20sws=202024-08-12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/main/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layout/components/main/index.vue b/src/layout/components/main/index.vue index 1eeb40a8..a4eab35e 100644 --- a/src/layout/components/main/index.vue +++ b/src/layout/components/main/index.vue @@ -586,11 +586,11 @@ const float_bottom_change = (val: { bottom: string; location: string }, id: stri } .model-drag { + overflow-y: auto; + max-height: 75.5rem; &::-webkit-scrollbar { display: none; } - overflow-y: auto; - max-height: 75.5rem; .model-wall { width: 39rem; background: #f5f5f5;