From e184d7b5685d2533a25c66ef6a0991235abef5d8 Mon Sep 17 00:00:00 2001 From: junjie Date: Thu, 8 Apr 2021 17:04:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A7=86=E5=9B=BE):fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/view/ChartEdit.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index f27727dafc..74c1456f66 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -598,6 +598,7 @@ export default { .view-panel { display: flex; height: calc(100% - 40px); + background-color: #f7f8fa; } .drag-list {