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; + }