派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-03-29 ff7d4833fba266445fa57fd3998e6ce43bacc80a
src/components/BaseNav/SolidWaste/directive.js
@@ -2,9 +2,9 @@
// 自定义元素实现弹框拖拽[重点]
Vue.directive('draw', {
  inserted: function (el, binding, vNode) {
    el.setAttribute('style', 'position: fixed; z-index: 9999')
  },
  // inserted: function (el, binding, vNode) {
  //   el.setAttribute('style', 'position: fixed; z-index: 9999')
  // },
  bind: function (el, bindding, vNode) {
    el.setAttribute('draggable', true)
    let left, top, width, height