From 7c5e51fa7226a5787130bd7ff7225344f6a05ebc Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Thu, 15 Jun 2023 15:11:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E8=B5=84=E7=B1=BB=E5=88=ABbug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/product/productCategory.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/basic/product/productCategory.vue b/src/views/basic/product/productCategory.vue index 257db0d6..c456f004 100644 --- a/src/views/basic/product/productCategory.vue +++ b/src/views/basic/product/productCategory.vue @@ -10,6 +10,7 @@ :default-expand-all="true" @node-click="handleNodeClick" :expand-on-click-node="false" + highlight-current > {{ @@ -326,7 +327,7 @@ .el-tree-node__content { + background-color: rgb(158, 213, 250) !important; + } } }