From d7bc1b6d5cc6d4a4e346d9931b9535b4180a682a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Mon, 26 Sep 2022 19:40:46 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=8E=BB=E9=99=A4=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=BB=A4=E9=95=9C=E5=92=8C=E5=8F=98=E6=8D=A2?= =?UTF-8?q?=EF=BC=8C=E9=81=BF=E5=85=8D=E6=A8=A1=E7=B3=8A=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Pages/ChartItemSetting/StylesSetting.vue | 4 ++-- .../components/Informations/Mores/Video/index.vue | 1 - src/packages/index.d.ts | 6 +++++- src/packages/public/publicConfig.ts | 7 ++++++- src/styles/common/format.scss | 1 + src/utils/style.ts | 2 +- .../ContentEdit/components/EditShapeBox/index.vue | 3 --- .../ContentEdit/components/EditTools/index.vue | 5 ----- src/views/chart/ContentEdit/index.vue | 4 ++-- src/views/chart/hooks/useSync.hook.ts | 15 ++++++++------- .../components/PreviewRenderGroup/index.vue | 1 - .../components/PreviewRenderList/index.vue | 1 - src/views/preview/index.vue | 2 +- 13 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/components/Pages/ChartItemSetting/StylesSetting.vue b/src/components/Pages/ChartItemSetting/StylesSetting.vue index bf63eab8..424efb70 100644 --- a/src/components/Pages/ChartItemSetting/StylesSetting.vue +++ b/src/components/Pages/ChartItemSetting/StylesSetting.vue @@ -6,7 +6,7 @@ @@ -126,7 +126,7 @@ - 若预览时大屏模糊,可以尝试关闭滤镜进行修复 + 若预览时大屏模糊,可以尝试关闭滤镜进行修复 diff --git a/src/packages/components/Informations/Mores/Video/index.vue b/src/packages/components/Informations/Mores/Video/index.vue index e62bc709..e5d602ff 100644 --- a/src/packages/components/Informations/Mores/Video/index.vue +++ b/src/packages/components/Informations/Mores/Video/index.vue @@ -60,7 +60,6 @@ watch( diff --git a/src/views/preview/components/PreviewRenderList/index.vue b/src/views/preview/components/PreviewRenderList/index.vue index 9094dba0..c943be66 100644 --- a/src/views/preview/components/PreviewRenderList/index.vue +++ b/src/views/preview/components/PreviewRenderList/index.vue @@ -63,6 +63,5 @@ const themeColor = computed(() => { diff --git a/src/views/preview/index.vue b/src/views/preview/index.vue index 75431eb7..fbe74eca 100644 --- a/src/views/preview/index.vue +++ b/src/views/preview/index.vue @@ -42,7 +42,7 @@ const localStorageInfo: ChartEditStorageType = getSessionStorageInfo() as ChartE const previewRefStyle = computed(() => { return { ...getEditCanvasConfigStyle(localStorageInfo.editCanvasConfig), - ...getFilterStyle(localStorageInfo.editCanvasConfig.filterShow ? localStorageInfo.editCanvasConfig : undefined) + ...getFilterStyle(localStorageInfo.editCanvasConfig) } })