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, }