From f39bafb8fc2a9a39fce6b2cdf302f499ffb5011b Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 22 Apr 2021 15:55:07 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E4=B8=8B?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E7=9A=84=20detail=E7=9A=84=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/bottomBox/bottomBox.vue | 4 ++-- .../src/components/common/rightBox/editEndpointBoxNew.vue | 1 + nezha-fronted/src/components/common/rightBox/moduleBox.vue | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue index 9def618c8..f45d92245 100644 --- a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue +++ b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue @@ -123,9 +123,9 @@ export default { }, endpoint: { endpointTabTitle: [ + { prop: 'panel', name: 'Detail' }, { prop: 'endpointQuery', name: 'Query' }, - { prop: 'endpointAlertMessage', name: 'Alerts' }, - { prop: 'panel', name: 'Detail' } + { prop: 'endpointAlertMessage', name: 'Alerts' } ] } } diff --git a/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue b/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue index 7e8e927c3..cebfd8df2 100644 --- a/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue +++ b/nezha-fronted/src/components/common/rightBox/editEndpointBoxNew.vue @@ -865,6 +865,7 @@ export default { background-color: #f4f4f5; border-color: #e9e9eb; color: #909399; + padding: 2px 4px; }