派生自 wuyushui/SewerAndRainNetwork

zhangshuaibao
2021-03-30 d74fefdd5b3b86f97df7ce659b42bf138667323c
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