From ff7d4833fba266445fa57fd3998e6ce43bacc80a Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期一, 29 三月 2021 15:43:02 +0800 Subject: [PATCH] 弹出框修改 --- src/components/BaseNav/SolidWaste/directive.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/BaseNav/SolidWaste/directive.js b/src/components/BaseNav/SolidWaste/directive.js index adc9450..773a4a8 100644 --- a/src/components/BaseNav/SolidWaste/directive.js +++ b/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 -- Gitblit v1.8.0