master
zhaoqiang 2024-07-17 22:14:25 +08:00
parent f3fb3335a9
commit 85f02445c9
1 changed files with 5 additions and 5 deletions

View File

@ -1150,7 +1150,7 @@ let handleEnter = () => {
}
})
})
}, 5000)
}, 8000)
}
// svg
const send3d_xuehua = () => {
@ -1415,7 +1415,7 @@ let handleShowSvg = async (svgIndex: string) => {
nextTick(() => {
handleAnimate(result)
})
}, 3000)
}, 6000)
// ---------线svg
function fun(svgHtml: any) {
@ -1682,7 +1682,7 @@ let handleCustomLine = (svgHtml, result) => {
}
}
})
}, 2000)
}, 6000)
})
}
// 线
@ -3942,12 +3942,12 @@ const styleVar = computed(() => {
left: 0%;
// transform: translate(-50% -50%);
font-size: changeHeight(70);
color: #fff;
color: blue;
.text {
width: changeHeight(300);
height: changeHeight(100);
position: absolute;
top: 15%;
top: 5%;
left: 5%;
}
}