gausszhou / vue3-drag-resize-rotate

一个Vue3.0组件,支持拖拽,拉伸,旋转,放缩,自动对齐;A Component for Vue.js 3.0;
https://gausszhou.github.io/vue3-drag-resize-rotate/
MIT License
154 stars 28 forks source link

拖拽 #7

Closed 1393254712 closed 1 year ago

1393254712 commented 1 year ago

怎么让元素只能在边框进行拖拽,并修改鼠标样式

gausszhou commented 1 year ago

看下这个示例 https://gausszhou.github.io/vue3-drag-resize-rotate/#/basic/basic-with-drag-handle https://gausszhou.github.io/vue3-drag-resize-rotate/#/basic/basic-with-handles

1393254712 commented 1 year ago

看下这个示例 https://gausszhou.github.io/vue3-drag-resize-rotate/#/basic/basic-with-drag-handle https://gausszhou.github.io/vue3-drag-resize-rotate/#/basic/basic-with-handles

感谢,我通过使用四个div来成为允许拖动的元素,实现只有操作边框才可拖拽