[fix] 修复拖拽上传图片组件,删除第一个图片会与添加按钮重叠的bug

This commit is contained in:
zhengliming
2024-01-10 09:51:08 +08:00
parent 025555e92b
commit 374a74ac90

View File

@@ -555,6 +555,7 @@
this.lists.splice(index, 1)
this.show = false;
setTimeout(()=>{
this.show = true;
// 重新排列列表信息
for (let item of this.lists) {
if (item.index > currentItemIndex) {