From f1a35bb8e045124e37dcafd6acbf40b4531b69aa Mon Sep 17 00:00:00 2001 From: LLzzZZ <22936489+pipipi-pikachu@users.noreply.github.com> Date: Fri, 3 Jun 2022 23:26:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9C=AA=E7=9F=A5=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Editor/Toolbar/ElementStylePanel/ChartStylePanel/index.vue | 2 +- vue.config.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/index.vue b/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/index.vue index 85b8a28a..5f5a0f4c 100644 --- a/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/index.vue +++ b/src/views/Editor/Toolbar/ElementStylePanel/ChartStylePanel/index.vue @@ -233,7 +233,7 @@ export default defineComponent({ } themeColor.value = handleElement.value.themeColor - gridColor.value = handleElement.value.gridColor || 'rgba(0, 0, 0, 0.4)' + gridColor.value = handleElement.value.gridColor || '#333' legend.value = handleElement.value.legend || '' }, { deep: true, immediate: true }) diff --git a/vue.config.js b/vue.config.js index f5533d2a..61508416 100644 --- a/vue.config.js +++ b/vue.config.js @@ -87,7 +87,6 @@ module.exports = { }], include: [ /\.ttf$/, - /\.png$/, ], skipWaiting: true, }