From 17078fd48d1ca234a34bc373595b33d0c1fb8d89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=8A=B2=E6=9D=BE?= Date: Wed, 15 Apr 2020 15:27:02 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20mib-browser=E9=AB=98=E7=BA=A7=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E5=8F=96=E6=B6=88=E5=9B=BE=E6=A0=87=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1.修复port是字符串的问题 2.高级搜索取消图标 3.暂时注掉alert-message的label的点击弹框内容 --- .../src/components/common/bottomBox/bottomBox.vue | 2 +- .../common/bottomBox/tabs/commonDetailTab.vue | 2 +- nezha-fronted/src/components/page/alert/list.vue | 15 +++++++-------- .../src/components/page/config/mibBrowser.vue | 4 ++-- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue index 205b5e69b..c2bf08364 100644 --- a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue +++ b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue @@ -34,7 +34,7 @@ diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/commonDetailTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/commonDetailTab.vue index 258d35f07..6f444cbf0 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/commonDetailTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/commonDetailTab.vue @@ -25,7 +25,7 @@ class="sub-list-tab" :class="{'sub-list-tab-active': targetTab == 'project'}" @click="changeTab('project')">{{$t("project.project.project")}}
{{$t("project.module.module")}}
{{$t("project.endpoint.endpoint")}}
{{$t("config.dc.dc")}}
+ class="sub-list-tab" :class="{'sub-list-tab-active': targetTab == 'dc'}" @click="changeTab('dc')">{{$t("config.dc.dc")}} diff --git a/nezha-fronted/src/components/page/alert/list.vue b/nezha-fronted/src/components/page/alert/list.vue index 583b51588..c35ac80a7 100644 --- a/nezha-fronted/src/components/page/alert/list.vue +++ b/nezha-fronted/src/components/page/alert/list.vue @@ -96,7 +96,7 @@ - -->