From 994e5e08cba4e6b9ce321b7cf5cb1ec8d19dfa22 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期二, 12 四月 2022 17:50:21 +0800
Subject: [PATCH] 摄像机管理

---
 src/components/giantTree/zTree/ztree.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/giantTree/zTree/ztree.vue b/src/components/giantTree/zTree/ztree.vue
index 409932c..88db186 100644
--- a/src/components/giantTree/zTree/ztree.vue
+++ b/src/components/giantTree/zTree/ztree.vue
@@ -370,7 +370,7 @@
 .editIcon {
   &::after {
     margin-left: 10px;
-    content: "\e642";
+    content: "\e644";
     font-size: 16px;
     color: #666;
     vertical-align: -2px;
@@ -390,7 +390,7 @@
 .addCameraIcon {
   &::after {
     margin-left: 10px;
-    content: "\e644";
+    content: "\e642";
     font-size: 16px;
     color: #666;
     vertical-align: -2px;

--
Gitblit v1.8.0