From 02800e765f0eb760dab3bd7835e24e9605fa1bcf Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 1 Apr 2022 18:02:48 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1743=20feat:=20=E5=91=8A=E8=AD=A6=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E9=9D=A2=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/alert/alertMessageInfoTimeLine.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/alert/alertMessageInfoTimeLine.vue b/nezha-fronted/src/components/common/alert/alertMessageInfoTimeLine.vue index 171be90d3..a0b043dcd 100644 --- a/nezha-fronted/src/components/common/alert/alertMessageInfoTimeLine.vue +++ b/nezha-fronted/src/components/common/alert/alertMessageInfoTimeLine.vue @@ -7,6 +7,7 @@ v-model="scope" multiple collapse-tags + :popper-append-to-body="false" :placeholder="$t('el.select.placeholder')" popper-class="right-box-select-top prevent-clickoutside" size="small" @@ -112,7 +113,7 @@ export default { return { pageNo: 1, pageSize: 20, - scope: ['asset', 'datacenter', 'project', 'module', 'endpoint', 'alertrule', 'hash '], + scope: ['asset', 'datacenter', 'project', 'module', 'endpoint', 'alertrule', 'hash'], timeLineData: [], lastDataTime: '', loading: false,