mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-30 00:00:05 +08:00
perf: 优化滤镜模糊问题,默认不开启
This commit is contained in:
@@ -59,7 +59,7 @@ if(localStorageInfo.isRelease === false) {
|
||||
const previewRefStyle = computed(() => {
|
||||
return {
|
||||
...getEditCanvasConfigStyle(localStorageInfo.editCanvasConfig),
|
||||
...getFilterStyle(localStorageInfo.editCanvasConfig),
|
||||
...getFilterStyle(localStorageInfo.editCanvasConfig.filterShow ? localStorageInfo.editCanvasConfig : undefined),
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user