生成视频选择图片问题
This commit is contained in:
@@ -159,6 +159,7 @@ onUnmounted(() => {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tool-tooltip:before {
|
.tool-tooltip:before {
|
||||||
|
|||||||
@@ -209,6 +209,7 @@ export default defineComponent({
|
|||||||
const selectImgItem = (item:any,)=>{
|
const selectImgItem = (item:any,)=>{
|
||||||
if(item.isChecked){
|
if(item.isChecked){
|
||||||
item.isChecked = !item.isChecked
|
item.isChecked = !item.isChecked
|
||||||
|
data.selectImg = {};
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
data.selectImg = item
|
data.selectImg = item
|
||||||
|
|||||||
Reference in New Issue
Block a user