From 49c9764d44ec815bb68ea5e022c0841512cafdb4 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 27 Mar 2024 09:28:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E5=B1=8B=E7=94=BB=E5=83=8F,=E5=B1=85?= =?UTF-8?q?=E6=B0=91=E7=94=BB=E5=83=8F,=E5=85=9A=E5=91=98=E7=94=BB?= =?UTF-8?q?=E5=83=8F=E8=B6=85=E5=87=BA=E6=BB=9A=E5=8A=A8=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/census/census-houseList.vue | 2 ++ src/views/modules/census/census-residentList.vue | 2 ++ src/views/modules/communityParty/dyhx/party.vue | 2 ++ 3 files changed, 6 insertions(+) diff --git a/src/views/modules/census/census-houseList.vue b/src/views/modules/census/census-houseList.vue index 197372ab2..1a19a321a 100644 --- a/src/views/modules/census/census-houseList.vue +++ b/src/views/modules/census/census-houseList.vue @@ -790,6 +790,8 @@ export default { .legend { display: flex; flex-flow: row wrap; + height: 252px; + overflow-y: auto; .legend-row { cursor: pointer; min-width: 100px; diff --git a/src/views/modules/census/census-residentList.vue b/src/views/modules/census/census-residentList.vue index 2567f1587..2327d74d4 100644 --- a/src/views/modules/census/census-residentList.vue +++ b/src/views/modules/census/census-residentList.vue @@ -759,6 +759,8 @@ export default { .legend { display: flex; flex-flow: row wrap; + height: 252px; + overflow-y: auto; .legend-row { cursor: pointer; min-width: 100px; diff --git a/src/views/modules/communityParty/dyhx/party.vue b/src/views/modules/communityParty/dyhx/party.vue index 05d3fa01d..ffc1571b2 100644 --- a/src/views/modules/communityParty/dyhx/party.vue +++ b/src/views/modules/communityParty/dyhx/party.vue @@ -809,6 +809,8 @@ export default { .legend { display: flex; flex-flow: row wrap; + height: 252px; + overflow-y: scroll; .legend-row { cursor: pointer; min-width: 100px;