From a6c30a8f6a742bb8c7840128482e06be2c997495 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期五, 31 五月 2024 16:03:25 +0800
Subject: [PATCH] 优化

---
 src/books/lifeCare/index.vue      |    2 +-
 src/components/drawflow/index.vue |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/books/lifeCare/index.vue b/src/books/lifeCare/index.vue
index dc546f7..6491730 100644
--- a/src/books/lifeCare/index.vue
+++ b/src/books/lifeCare/index.vue
@@ -186,7 +186,7 @@
   },
   mounted() {
     // 榛樿鍔犺浇绔犺妭
-    this.showCatalogList = [4];
+    this.showCatalogList = [1];
     // 婊氬姩鐩戝惉鑺傛祦
     this.throttledScrollHandler = _.throttle(
       this.scrollFun,
diff --git a/src/components/drawflow/index.vue b/src/components/drawflow/index.vue
index 24bf007..b4894cf 100644
--- a/src/components/drawflow/index.vue
+++ b/src/components/drawflow/index.vue
@@ -249,6 +249,9 @@
 
 <style scoped lang="less">
 @import "drawflow/dist/drawflow.min.css";
+.drawflow .drawflow-node.selected {
+  background: #fff;
+}
 .drawflow {
   width: 100%;
   height: 100%;

--
Gitblit v1.9.1