moodboard改为删除任意元素就删掉布局的图片 画布新加icon 链接到用户指引 调整detial页面布局 pose上传图片bug
This commit is contained in:
@@ -229,7 +229,7 @@ const DesignDetail : Module<DesignDetail,RootState> = {
|
||||
left:item.layersObject[i].position?.[1] * scale + 'px',
|
||||
width:item.layersObject[i].imageSize?.[0] * scale + 'px',
|
||||
height:item.layersObject[i].imageSize?.[1] * scale + 'px',
|
||||
zIndex:v?.style?.zIndex?v.style.zIndex:state.frontBack.front.length
|
||||
zIndex:v?.style?.zIndex?v.style.zIndex:v.priority?v.priority:state.frontBack.front.length
|
||||
}
|
||||
item.layersObject[i].centers={
|
||||
left:0,
|
||||
|
||||
@@ -95,6 +95,10 @@ const HomeStoreModule : Module<DesignDetail,RootState> = {
|
||||
}
|
||||
},
|
||||
setUploadElement(state,data){
|
||||
console.log(data)
|
||||
if(data?.isGetModule){
|
||||
state.uploadElement = []
|
||||
}
|
||||
if(data.str == 'add'){
|
||||
state.uploadElement.unshift(...data.list)
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user