From 77a12d529bf83d4983a4ccba2c7147a8db3e1435 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Mon, 28 Feb 2022 13:33:22 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1601=20fix=EF=BC=9A=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=20=E5=B7=A6=E4=BE=A7=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E6=BB=9A=E5=8A=A8=E6=9D=A1=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E5=85=A8=E9=83=A8=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/globalSearch/searchItemInfo.scss | 1 + .../common/globalSearch/searchItemInfo.vue | 109 +++++++++++++++++- 2 files changed, 107 insertions(+), 3 deletions(-) diff --git a/nezha-fronted/src/assets/css/components/common/globalSearch/searchItemInfo.scss b/nezha-fronted/src/assets/css/components/common/globalSearch/searchItemInfo.scss index e8be4bb7f..45ba9ec76 100644 --- a/nezha-fronted/src/assets/css/components/common/globalSearch/searchItemInfo.scss +++ b/nezha-fronted/src/assets/css/components/common/globalSearch/searchItemInfo.scss @@ -8,6 +8,7 @@ align-items: center; box-sizing: border-box; padding: 60px 75px 0 75px; + overflow-y: auto; .el-skeleton{ height: 100%; overflow-y: auto; diff --git a/nezha-fronted/src/components/common/globalSearch/searchItemInfo.vue b/nezha-fronted/src/components/common/globalSearch/searchItemInfo.vue index 9fd25ed5a..b2945836d 100644 --- a/nezha-fronted/src/components/common/globalSearch/searchItemInfo.vue +++ b/nezha-fronted/src/components/common/globalSearch/searchItemInfo.vue @@ -63,6 +63,20 @@ +
+ +
+
Alert message (active)
+
+
{{$t('overall.result.total')}}
+
{{getPathContent(item.key)}}
+
+
+ +
@@ -78,8 +92,12 @@