Browse Source

代码优化

dengliying 11 tháng trước cách đây
mục cha
commit
fbbd468d55
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ui/src/views/monitor/pfd/JLQPage.vue

+ 1 - 1
ui/src/views/monitor/pfd/JLQPage.vue

@@ -67,7 +67,7 @@ export default {
             el.style.left =  "0px";
             el.style.top =  "0px";
           }
-
+        //鼠标拖拽功能
         el.onmousedown = function (e) {
           // 阻止点击事件冒泡
           e.preventDefault();