forked from drone/command-center-dashboard

罗广辉
2025-04-20 2c435d1da00ba1b92ef2ed8e77c5cda4cbb2e93f
src/directive/drag.js
@@ -11,7 +11,6 @@
      }
      const mousemoveFun = evt => {
         console.log(66666)
         //获取body宽高,获取拖动盒子的宽高
         const { offsetWidth: bodyWidth, offsetHeight: bodyHeight } = document.body
         const { offsetWidth: boxWidth, offsetHeight: boxHeight } = dragBox