From 6ab6b11a0ba0bc20c099b9f7b73e9d03fe7d5b8e Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期一, 29 三月 2021 18:13:02 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop

---
 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