a7650 / vue3-draggable-resizable

[Vue3 组件] 用于拖拽调整位置和大小的的组件,同时支持元素吸附对齐,实时参考线。
MIT License
648 stars 126 forks source link

能否把移动的参数top,right,bottom,left改为 transform: translate代替 #77

Closed dayday6668 closed 2 years ago

dayday6668 commented 2 years ago

能否把移动的参数top,right,bottom,left改为 transform: translate代替

a7650 commented 2 years ago

可以,之前想整这个但是没弄,transform应该性能好点。