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; + } } }