From 80706b446809675a7e50aff65d26a7df9f9f04e2 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Tue, 12 Mar 2024 10:28:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectFront/BIMCenter/overviewTwo.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/projectFront/BIMCenter/overviewTwo.vue b/src/views/projectFront/BIMCenter/overviewTwo.vue index 60faa023..097984ac 100644 --- a/src/views/projectFront/BIMCenter/overviewTwo.vue +++ b/src/views/projectFront/BIMCenter/overviewTwo.vue @@ -239,15 +239,17 @@ export default { @include flex; margin-top: 10px; .selected-box { - flex: 1%; + flex: 1; min-width: 208px; min-height: 32px; + max-height: 100px; border: 1px solid #c0c4cc; border-radius: 4px; @include flex; flex-wrap: wrap; padding-left: 6px; margin-right: 15px; + overflow-y: scroll; > div { @include flex; background-color: #f4f4f5;