gaoshp
2024-06-11 e87012567c674cd69f7a8f87df7202eac60a8208
src/views/mdc/MYTree.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-04-18 19:53:35
 * @LastEditors: Sneed
 * @LastEditTime: 2024-06-04 21:28:29
 * @LastEditTime: 2024-06-05 21:46:20
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/mdc/MYTree.vue
-->
<template>
@@ -139,8 +139,8 @@
</script>
<style lang="scss">
.active .el-tree-node__content {
    background: var(--el-color-primary) !important;
.is-current>.el-tree-node__content {
    // background: var(--el-color-primary) !important;
}
a.disabled {