From 8319f67b9bec1d19c06eaa4216f0f34c67e3afb1 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期日, 10 九月 2023 10:08:25 +0800
Subject: [PATCH] Merge branch 'master' of http://47.93.189.255:8099/r/zhangshi_app_web

---
 ruoyi-ui/src/views/components/superMindmap.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ruoyi-ui/src/views/components/superMindmap.vue b/ruoyi-ui/src/views/components/superMindmap.vue
index 8c30a33..6ce4c1b 100644
--- a/ruoyi-ui/src/views/components/superMindmap.vue
+++ b/ruoyi-ui/src/views/components/superMindmap.vue
@@ -3,7 +3,7 @@
 </template>
 <script>
     import * as d3 from 'd3';
- 
+
     export default {
         props: {
             data: Object,
@@ -281,7 +281,7 @@
             },
         },
     }
- 
+
     // 鑾峰彇鏍戠殑娣卞害
     function getDepth(json) {
         var arr = [];
@@ -306,7 +306,7 @@
         }
         return depth;
     }
- 
+
     // 鎻愬彇鏍戠殑瀛愯妭鐐癸紝鏈�缁堟墍鏈夋爲鐨勫瓙鑺傜偣閮戒細瀛樺叆浼犲叆鐨刲eafList鏁扮粍涓�
     function getTreeLeaf(treeData, leafList) {
         // 鍒ゆ柇鏄惁涓烘暟缁�
@@ -326,13 +326,13 @@
             }
         }
     }
- 
+
     // 鑾峰彇鍖呭惈姹夊瓧鐨勫瓧绗︿覆鐨勯暱搴�
     function getStringSizeLength(string) {
         //鍏堟妸涓枃鏇挎崲鎴愪袱涓瓧鑺傜殑鑻辨枃锛屽啀璁$畻闀垮害
         return string.replace(/[\u0391-\uFFE5]/g, "aa").length;
     }
- 
+
     // 鐢熸垚闅忔満鐨勫瓧绗︿覆
     function randomString(strLength) {
         strLength = strLength || 32;
@@ -343,7 +343,7 @@
         }
         return n
     }
- 
+
     // 鑾峰彇瀛楃涓茬殑鍍忕礌瀹藉害
     function getPXwidth(str, fontSize = "12px", fontFamily = "Microsoft YaHei") {
         var span = document.createElement("span");
@@ -365,4 +365,4 @@
         // result.height = parseFloat(window.getComputedStyle(span).height) - result.height;
         return result.width;
     }
-</script>
\ No newline at end of file
+</script>

--
Gitblit v1.9.1