@@ -341,7 +341,7 @@ const renderSvgItem = (item: any) => {
/** 设置元素位置 */
async function setModelPostion(item: any, x: number, y: number, repeatEdit?: boolean) {
// console.log(item)
- console.log('位置',x,y)
+ // console.log('位置',x,y)
if (item) {
const g = document.querySelector("#" + item.id)!; // svg元素
const el: HTMLElement = document.querySelector(`[data-id=${item.id}]`)!; // svg元素的背景div