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