派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-03-30 f305077e82b1eb1edc45da2d206e976fdb89f66b
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