|
@@ -1506,14 +1506,6 @@ export default {
|
|
? e.target.childNodes[0].style.backgroundColor = '#409eff'
|
|
? e.target.childNodes[0].style.backgroundColor = '#409eff'
|
|
: e.target.style.backgroundColor = '#409eff';
|
|
: e.target.style.backgroundColor = '#409eff';
|
|
}
|
|
}
|
|
- const dropLine=$('.el-tree__drop-indicator')[0]
|
|
|
|
- if(dropLine){
|
|
|
|
- // console.log(dropLine);
|
|
|
|
- setTimeout(() => {
|
|
|
|
- dropLine.style.top=e.layerY+'px'
|
|
|
|
- // console.log(e.layerY,dropLine);
|
|
|
|
- }, 100);
|
|
|
|
- }
|
|
|
|
|
|
|
|
},
|
|
},
|
|
/* 拖拽离开/拖拽完成重置背景色 */
|
|
/* 拖拽离开/拖拽完成重置背景色 */
|