From 2a2be9084d8c7280c4b4fee7f0d058be9e58dbc7 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Fri, 13 Jan 2023 19:12:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A1=80=E7=BC=98=E5=85=B3=E7=B3=BB):=20?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A0=91=E7=BB=84=E4=BB=B6=E9=AB=98=E5=BA=A6?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/relationship/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/system/relationship/index.vue b/frontend/src/views/system/relationship/index.vue index 0bf4fd23be..4a5390be5b 100644 --- a/frontend/src/views/system/relationship/index.vue +++ b/frontend/src/views/system/relationship/index.vue @@ -632,7 +632,7 @@ export default { visibility: visible; } .relation-popover { - max-height: 100%; + max-height: 80%; overflow-y: scroll; }