From 7b446d6f843e820734319ff05003eadd2f2d944b Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期四, 22 四月 2021 14:38:10 +0800 Subject: [PATCH] 工具栏样式修改,报表页面部分完成,样式调试。 --- src/utils/dialogDrag.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/utils/dialogDrag.js b/src/utils/dialogDrag.js index 3c7b596..466f856 100644 --- a/src/utils/dialogDrag.js +++ b/src/utils/dialogDrag.js @@ -11,7 +11,6 @@ //console.log(dragDom.style.cssText) //dragDom.style.cssText += ';top:0px;' // dragDom.style.cssText = 'bottom:15px;' - // 鑾峰彇鍘熸湁灞炴�� ie dom鍏冪礌.currentStyle 鐏嫄璋锋瓕 window.getComputedStyle(dom鍏冪礌, null); const sty = (function () { if (window.document.currentStyle) { @@ -22,6 +21,7 @@ })() dialogHeaderEl.onmousedown = (e) => { + // 榧犳爣鎸変笅锛岃绠楀綋鍓嶅厓绱犺窛绂诲彲瑙嗗尯鐨勮窛绂� const disX = e.clientX - dialogHeaderEl.offsetLeft const disY = e.clientY - dialogHeaderEl.offsetTop -- Gitblit v1.8.0