生成视频选择图片问题

This commit is contained in:
李志鹏
2025-11-03 15:37:18 +08:00
parent 44796283dc
commit 3c26f50c36
2 changed files with 2 additions and 0 deletions

View File

@@ -159,6 +159,7 @@ onUnmounted(() => {
white-space: nowrap;
font-size: 1.2rem;
z-index: 9999;
pointer-events: none;
}
.tool-tooltip:before {

View File

@@ -209,6 +209,7 @@ export default defineComponent({
const selectImgItem = (item:any,)=>{
if(item.isChecked){
item.isChecked = !item.isChecked
data.selectImg = {};
return
}
data.selectImg = item