From 309528a5c1ac91b5f3a8faa28b6c57b3531d45c2 Mon Sep 17 00:00:00 2001 From: seatonwan9 <seatonwan9@163.com> Date: 星期一, 24 五月 2021 17:28:10 +0800 Subject: [PATCH] top位置 --- 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 65591ac..d80ace3 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