From a4b59abd45bbce71481b9b7606c7cd668af79841 Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期五, 31 五月 2024 18:37:51 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/components/drawflow/index.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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