gap
This commit is contained in:
@@ -63,8 +63,8 @@
|
||||
@inputFillOffset="inputFillOffset"
|
||||
@inputFillScale="inputFillScale"
|
||||
:sketchPath="selectDetail.path"
|
||||
@inputFill_Gap="
|
||||
(x, y) => inputFill_Gap(x, y)"
|
||||
@inputFillGap="
|
||||
(x, y) => inputFillGap(x, y)"
|
||||
/>
|
||||
</template>
|
||||
<div class="btn">
|
||||
@@ -931,7 +931,7 @@ export default defineComponent({
|
||||
},
|
||||
]);
|
||||
}
|
||||
const inputFill_Gap = (x:any,y:any)=>{
|
||||
const inputFillGap = (x:any,y:any)=>{
|
||||
let arr = editPrintElementData.printStyleList[props.type].overall
|
||||
arr[editPrintElementData.imgDomIndex].object.gapX = x
|
||||
arr[editPrintElementData.imgDomIndex].object.gapY = y
|
||||
@@ -991,7 +991,7 @@ export default defineComponent({
|
||||
inputFillAngle,
|
||||
inputFillOffset,
|
||||
inputFillScale,
|
||||
inputFill_Gap,
|
||||
inputFillGap,
|
||||
overallSetIndex,
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user