diff --git a/.env.development b/.env.development
index 8eca712..f844c2d 100644
--- a/.env.development
+++ b/.env.development
@@ -1,5 +1,5 @@
# VITE_APP_URL = http://192.168.31.82:8771
VITE_APP_URL = http://18.167.251.121:10015
# VITE_APP_URL = http://192.168.31.118:8080
-VITE_APP_URL = http://192.168.31.82:8755
+# VITE_APP_URL = http://192.168.31.82:8755
VITE_GOOGLE_CLIENT_ID = 216037134725-7q8vqp0ohtmohlosltkfg7bd2v29rm5a.apps.googleusercontent.com
diff --git a/src/assets/icons/clipAdd.svg b/src/assets/icons/clipAdd.svg
new file mode 100644
index 0000000..d7b4773
--- /dev/null
+++ b/src/assets/icons/clipAdd.svg
@@ -0,0 +1,3 @@
+
diff --git a/src/assets/icons/clipMinus.svg b/src/assets/icons/clipMinus.svg
new file mode 100644
index 0000000..dec342c
--- /dev/null
+++ b/src/assets/icons/clipMinus.svg
@@ -0,0 +1,3 @@
+
diff --git a/src/components/Assistant/assistant.vue b/src/components/Assistant/assistant.vue
index 64a8193..502b225 100644
--- a/src/components/Assistant/assistant.vue
+++ b/src/components/Assistant/assistant.vue
@@ -86,7 +86,7 @@
width: 46.69rem;
height: 56.6rem;
flex-shrink: 0;
- // background-color: #fff;
+ background-color: #fff;
box-shadow: 0px 19.44px 27.22px 0px #0000000d;
border: 1px solid;
border-image-source: linear-gradient(
diff --git a/src/components/Canvas/FlowCanvas/components/tools/my-select.vue b/src/components/Canvas/FlowCanvas/components/tools/my-select.vue
index ff9d156..66493af 100644
--- a/src/components/Canvas/FlowCanvas/components/tools/my-select.vue
+++ b/src/components/Canvas/FlowCanvas/components/tools/my-select.vue
@@ -1,7 +1,12 @@