Compare commits
2 Commits
fb1bfc353c
...
07c261d74c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
07c261d74c | ||
|
|
fc28d78357 |
@@ -924,6 +924,8 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
onCancel() {}
|
onCancel() {}
|
||||||
})
|
})
|
||||||
|
}else{
|
||||||
|
this.fileList = this.fileList.filter((item: any) => item.imgUrl)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1806,6 +1806,8 @@ export default defineComponent({
|
|||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
}else{
|
||||||
|
this.generateList[selectCodeStr] = this.generateList[selectCodeStr].filter((item: any) => item.imgUrl)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
@@ -2405,6 +2407,7 @@ export default defineComponent({
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
&:hover .img_item_hover{
|
&:hover .img_item_hover{
|
||||||
// display: block;
|
// display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user