From 5b88c90de0566ae82615a4dee01b327f475b0a9b Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 26 Jan 2022 16:20:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/dv/apps/AppGridDV.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/dv/apps/AppGridDV.vue b/project/dv/apps/AppGridDV.vue index 15d95e35..9a2e37f1 100644 --- a/project/dv/apps/AppGridDV.vue +++ b/project/dv/apps/AppGridDV.vue @@ -310,6 +310,7 @@ } }, v.checkType ? (v.checkType === '1' ? '网格员' : '网格长') :'-')]) })), h('div', { + class: 'user-gridName', style: { display: node.data.label === '子节点' ? 'none' : 'block', color: 'rgba(255, 255, 255, 0.8)', @@ -508,6 +509,7 @@ display: flex; align-items: center; height: 100%; + user-select: none; ::-webkit-scrollbar { width: 6px;