From 584a5ad72f081eb39789eadff4f438928229ecf0 Mon Sep 17 00:00:00 2001 From: hanyuxia Date: Wed, 28 Feb 2024 09:58:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20CN-1570=20=20=E8=BD=A8=E8=BF=B9?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E9=A1=B5=E5=8F=B3=E4=B8=8A=E8=A7=92=E9=A5=BC?= =?UTF-8?q?=E5=9B=BE=E3=80=81=E6=8A=98=E7=BA=BF=E5=9B=BE=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/location/Index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/location/Index.vue b/src/views/location/Index.vue index e3b7e3fd..71a51ab0 100644 --- a/src/views/location/Index.vue +++ b/src/views/location/Index.vue @@ -44,7 +44,7 @@
{{activeCount}}
-{{valueToRangeValue(activeCountChain, unitTypes.percent).join(' ')}}
-
+
Followed Subscribers
@@ -682,6 +682,9 @@ export default { width:calc(40% + 12px); margin-right:10px; } + .chart-line__drawing { + height: calc(100% - 32px); + } #activeSubscribersChart { height: calc(100% - 52px); }