From c75c84156e74862f301e99578d46ba45cc3c400e Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Thu, 11 Nov 2021 17:48:59 +0800 Subject: [PATCH] =?UTF-8?q?style:=20endpointTable=20=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/table/settings/endpointTable.vue | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/nezha-fronted/src/components/common/table/settings/endpointTable.vue b/nezha-fronted/src/components/common/table/settings/endpointTable.vue index b9f1cdd42..3c1dc069e 100644 --- a/nezha-fronted/src/components/common/table/settings/endpointTable.vue +++ b/nezha-fronted/src/components/common/table/settings/endpointTable.vue @@ -101,7 +101,7 @@ [{{scope.row.configs[0].enable ? 'Metrics':''}}{{scope.row.configs[0].enable&&scope.row.configs[1].enable?',':''}}{{scope.row.configs[1].enable ? 'logs' : ''}}] -
+
{{JSON.stringify(clConfigs(scope.row),null,2)}}
@@ -382,15 +382,6 @@ export default { display: inline-block; cursor: pointer; } - .configs-endpoint .endpointConfigsTips { - display: none; - } - .configs-endpoint:hover .endpointConfigsTips { - display: block; - position: absolute; - right: 0; - left: 0; - } .configs-endpoint.metrics{ color: #3C92F1; }