mirror of
https://gitee.com/TSpecific/tuniao-ui.git
synced 2026-03-07 00:04:00 +08:00
[fix] 修复拖拽上传图片组件,删除第一个图片会与添加按钮重叠的bug
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user