feat: 组件公共属性滤镜中增添混合模式设置

This commit is contained in:
tnt group
2022-10-05 21:56:43 +08:00
parent 2a9983047a
commit 6f93b1f599
9 changed files with 75 additions and 26 deletions
@@ -97,6 +97,8 @@ export const useChartEditStore = defineStore({
rotateY: 0,
skewX: 0,
skewY: 0,
// 混合模式
blendMode: 'normal',
// 默认背景色
background: undefined,
backgroundImage: undefined,
@@ -878,7 +880,7 @@ export const useChartEditStore = defineStore({
const targetItem = this.getComponentList[index]
targetItem.status.hide = status
// 历史记录
// 历史记录
if (isHistory) {
status
? chartHistoryStore.createHideHistory([targetItem])