From 9ea527c3e4cad8bc61ce5924a13899fd1ac89aed Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Tue, 11 Nov 2025 10:54:06 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E7=94=A8=E6=88=B7=E5=8D=95?= =?UTF-8?q?=E9=80=89=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/public/expand/rangedUserTree.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/DesignForm/public/expand/rangedUserTree.vue b/src/components/DesignForm/public/expand/rangedUserTree.vue index 05fc96e..eac4dfc 100644 --- a/src/components/DesignForm/public/expand/rangedUserTree.vue +++ b/src/components/DesignForm/public/expand/rangedUserTree.vue @@ -305,4 +305,10 @@ function hasNodesInTree(tree) { color: #909399; font-size: 14px; } + +.el-select-dropdown__item.is-disabled { + background-color: unset; + color: #606266; + cursor: not-allowed; +} \ No newline at end of file