Alfred-Skyblue / vue-draggable-plus

Universal Drag-and-Drop Component Supporting both Vue 3 and Vue 2
https://vue-draggable-plus.pages.dev/en/
MIT License
2.72k stars 106 forks source link

自定义拖拽预览图 #66

Closed Fun005 closed 6 months ago

Fun005 commented 7 months ago

请问如何自定义拖拽过程中的预览图?通过chosenClass和dragClass吗,还是有其他的方案,感谢解答。

Alfred-Skyblue commented 7 months ago

实际上 sortablejs 只是对拖拽项进行了克隆,如果您需要改变它的样式,可以使用chosenClass和dragClass这两个选项添加自定义类名,通过类名获取到元素进行修改,或者添加自定义的样式