From 6f93b1f599b7c81334a93cd218d6aa2b83466fb5 Mon Sep 17 00:00:00 2001 From: tnt group Date: Wed, 5 Oct 2022 21:56:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BB=84=E4=BB=B6=E5=85=AC=E5=85=B1?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E6=BB=A4=E9=95=9C=E4=B8=AD=E5=A2=9E=E6=B7=BB?= =?UTF-8?q?=E6=B7=B7=E5=90=88=E6=A8=A1=E5=BC=8F=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Pages/ChartItemSetting/StylesSetting.vue | 13 +++++-- src/packages/index.d.ts | 35 +++++++++++++++---- src/packages/public/publicConfig.ts | 3 ++ .../chartEditStore/chartEditStore.d.ts | 1 + .../modules/chartEditStore/chartEditStore.ts | 4 ++- src/utils/style.ts | 31 ++++++++++------ src/views/chart/ContentEdit/index.vue | 4 +-- .../components/PreviewRenderGroup/index.vue | 5 +-- .../components/PreviewRenderList/index.vue | 5 +-- 9 files changed, 75 insertions(+), 26 deletions(-) diff --git a/src/components/Pages/ChartItemSetting/StylesSetting.vue b/src/components/Pages/ChartItemSetting/StylesSetting.vue index 424efb70..184421c6 100644 --- a/src/components/Pages/ChartItemSetting/StylesSetting.vue +++ b/src/components/Pages/ChartItemSetting/StylesSetting.vue @@ -1,7 +1,7 @@