From c7acb51c3ace14e509704f453adc58b9eb6613a8 Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周三, 16 10月 2024 16:23:28 +0800 Subject: [PATCH] 细节 --- yiqi_screen/src/components/ProdlineHealthy.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/yiqi_screen/src/components/ProdlineHealthy.vue b/yiqi_screen/src/components/ProdlineHealthy.vue index 0bcc33c..f40bab0 100644 --- a/yiqi_screen/src/components/ProdlineHealthy.vue +++ b/yiqi_screen/src/components/ProdlineHealthy.vue @@ -17,11 +17,13 @@ this.option = { legend: { orient: "vertical", - bottom: '12%', + bottom: '10%', right: '6%', textStyle:{ color:'#fff' }, + itemHeight: 5, // 璁剧疆鍥句緥椤圭殑楂樺害 + itemWidth: 5, // 璁剧疆鍥句緥椤圭殑瀹藉害 data: [ { name: "瀹為檯", @@ -40,7 +42,7 @@ }, radar: { center:['43%','55%'], - radius:'70%', + radius:'65%', indicator: [ { name: "浜�", max: 100, color: "#fff" }, { name: "鐜�", max: 100, color: "#fff" }, -- Gitblit v1.9.3