From 5cdfd728077ed5362e205a8447745260088f3fe6 Mon Sep 17 00:00:00 2001 From: junjie Date: Fri, 4 Jun 2021 18:50:49 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A7=86=E5=9B=BE):=E7=94=9F=E6=88=90?= =?UTF-8?q?=E8=A7=86=E5=9B=BE=E9=94=99=E8=AF=AF=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/view/ChartEdit.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index a75f698825..144bcb4c12 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -262,8 +262,8 @@ -
-
+
+
{{ $t('panel.error_data') }}
{{ httpRequest.msg }}
@@ -1103,4 +1103,12 @@ export default { justify-content: space-between; align-items: center; } + .chart-error-class{ + text-align: center; + height: calc(100% - 84px); + display: flex; + align-items: center; + justify-content: center; + background-color: #ece7e7; + }