tools间距缩小

This commit is contained in:
X1627315083
2025-10-06 17:16:01 +08:00
parent 61fe587731
commit 6a71ec8cee
3 changed files with 7 additions and 7 deletions

View File

@@ -121,7 +121,7 @@ export default defineComponent({
props.list[props.index].imgUrl = rv.url
props.list[props.index].resData = {
id:rv.id,
designType:props.item.resData.designType,
designType:props.item.resData.designType || props.item.designType,
}
}else{
rv.imgUrl = rv.url
@@ -130,7 +130,7 @@ export default defineComponent({
rv.resData = {
id:rv.id,
url:rv.url,
designType:props.item.resData.designType,
designType:props.item.resData.designType || props.item.designType,
}
props.list.unshift(rv)
}