From ebf2e7d925dd721841274748f36f4bcc51ac4c8d Mon Sep 17 00:00:00 2001 From: wangwenrui Date: Tue, 2 Jun 2020 13:06:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=80=A7=E6=96=87=E5=AD=97=E5=9C=A8=E6=A1=86=E5=A4=96=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/charts/chart-url.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nezha-fronted/src/components/charts/chart-url.vue b/nezha-fronted/src/components/charts/chart-url.vue index b57bee15a..3d31fa391 100644 --- a/nezha-fronted/src/components/charts/chart-url.vue +++ b/nezha-fronted/src/components/charts/chart-url.vue @@ -34,7 +34,7 @@ style="z-index:5000;padding-bottom:6px;" > -
+
@@ -45,7 +45,7 @@ -
+
@@ -272,7 +272,7 @@ export default { let that = this; this.$nextTick(() => { let staticDiv = document.querySelector('#staticContainerFull'+this.chartIndex); - staticDiv.innerHTML=`${that.data.param.url}${that.$t('dashboard.panel.chartForm.typeVal.url.staticTip')}` + staticDiv.innerHTML=`
${that.data.param.url}
${that.$t('dashboard.panel.chartForm.typeVal.url.staticTip')}
` that.firstShow = true; that.endLoading('screen'); });