派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-20 2b2263521e954131d69174788fd90874dbc21436
src/utils/dialogDrag.js
@@ -10,7 +10,7 @@
    dialogHeaderEl.style.cssText += ';cursor:move;'
    //console.log(dragDom.style.cssText)
    //dragDom.style.cssText += ';top:0px;'
    dragDom.style.cssText = 'bottom:15px;'
   // dragDom.style.cssText = 'bottom:15px;'
    // 获取原有属性 ie dom元素.currentStyle 火狐谷歌 window.getComputedStyle(dom元素, null);
    const sty = (function () {