From bf15df95bac65148aec141fdaec4abada27fa43a Mon Sep 17 00:00:00 2001 From: 陈泽平 <chenzeping> Date: 星期二, 25 五月 2021 15:22:42 +0800 Subject: [PATCH] 管线分析添加流向清除功能 --- src/components/LayerController/logic/EnvironmentRisk.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/components/LayerController/logic/EnvironmentRisk.js b/src/components/LayerController/logic/EnvironmentRisk.js index 429ff9a..df5cc76 100644 --- a/src/components/LayerController/logic/EnvironmentRisk.js +++ b/src/components/LayerController/logic/EnvironmentRisk.js @@ -72,6 +72,10 @@ } + /** + * 鐜舰楗煎浘 + * @param properties + */ function chartRender (properties) { const qyId = properties.QY_ID const qyjc = properties.QY_JC @@ -98,7 +102,7 @@ { type: 'text', left: 'center', - top: '35%', + top: '43%', // 璁剧疆鐜舰鏂囧瓧鐨則op浣嶇疆 style: { text: num, textAlign: 'center', -- Gitblit v1.8.0