From 706ccf5fc896ee5729aea50acf989bb31763925b Mon Sep 17 00:00:00 2001 From: pipipi-pikachu <1171051090@qq.com> Date: Sun, 17 Jan 2021 18:08:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=A1=A8=E6=A0=BC=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=BC=96=E8=BE=91=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Editor/Canvas/index.vue | 4 - src/views/Editor/EditorHeader/index.vue | 5 +- .../ElementStylePanel/ChartDataEditor.vue | 296 ++++++++++++++++++ .../ElementStylePanel/ChartStylePanel.vue | 54 +++- .../Toolbar/ElementStylePanel/index.vue | 3 +- 5 files changed, 354 insertions(+), 8 deletions(-) create mode 100644 src/views/Editor/Toolbar/ElementStylePanel/ChartDataEditor.vue diff --git a/src/views/Editor/Canvas/index.vue b/src/views/Editor/Canvas/index.vue index 7f4a5ee..2edff4e 100644 --- a/src/views/Editor/Canvas/index.vue +++ b/src/views/Editor/Canvas/index.vue @@ -203,10 +203,6 @@ export default defineComponent({ }, { text: '网格参考线', - children: [ - { text: '网格线', handler: toggleGridLines }, - { text: '参考线' }, - ], }, { text: '清空本页', diff --git a/src/views/Editor/EditorHeader/index.vue b/src/views/Editor/EditorHeader/index.vue index 908f201..65b8f75 100644 --- a/src/views/Editor/EditorHeader/index.vue +++ b/src/views/Editor/EditorHeader/index.vue @@ -5,8 +5,8 @@
@@ -18,6 +18,7 @@ + diff --git a/src/views/Editor/Toolbar/ElementStylePanel/ChartDataEditor.vue b/src/views/Editor/Toolbar/ElementStylePanel/ChartDataEditor.vue new file mode 100644 index 0000000..9c95b75 --- /dev/null +++ b/src/views/Editor/Toolbar/ElementStylePanel/ChartDataEditor.vue @@ -0,0 +1,296 @@ + ++ + | +