From 9a7d9b9b6058a0a601cb1e8c9ba4565ce2d3c985 Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期二, 30 三月 2021 11:26:57 +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