From cb62f9fe04c98c30434bb4a3a20bafb57c231ebb Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期二, 05 九月 2023 15:13:56 +0800 Subject: [PATCH] 1.成长经历阅历证件情况可以输入或选择,已改为“持有证件情况” 2.家谱样式调整和两个名字互换位置 3.更新了首页背景图片 --- 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