NEZ-289 perf: 标题色调浅、优化动画

This commit is contained in:
chenjinsong
2020-06-03 14:53:02 +08:00
parent aee8d53da0
commit 38388645bd
6 changed files with 150 additions and 26 deletions

View File

@@ -196,6 +196,7 @@
this.dataListDragTmp = [...this.dataList];
},
end (event) {
console.info("end event:", event)
let item = event.item;
let oldIndex = event.oldIndex;
let newIndex = event.newIndex;