From ec74d07e68e5764339f77b7d5ebf0612c1d4f40d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=BA=B7?= Date: Thu, 26 Oct 2023 09:52:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E4=BD=8D=E7=BD=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/screen/largeScreen.vue | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/components/screen/largeScreen.vue b/src/components/screen/largeScreen.vue index 3839460..20cbccc 100644 --- a/src/components/screen/largeScreen.vue +++ b/src/components/screen/largeScreen.vue @@ -37,9 +37,9 @@
入职
-
转化
+
转化率
-
背包丨漏斗
+
漏斗丨背包
@@ -55,9 +55,9 @@
{{item.entry}}/{{item.weekEntry || '*'}}
-
{{Number(item.transferRatio * 100).toFixed(0)}}%
+
{{Number(item.transferRatio * 100).toFixed(0)}}%
- *{{item.funnel}}
+ {{item.funnel}}* @@ -706,6 +706,9 @@ div{ /deep/ .ttd{ text-align: center; font-size: 36px; +} +.lvfz{ + font-size: 24px; } .mmtt111{ @@ -799,7 +802,7 @@ div{ } .tc4 { - width: 27%; + width: 28%; } .tc5 { @@ -809,6 +812,9 @@ div{ @media screen and (max-width: 1520px) { h4.f24 { font-size: 48px; + } + .lvfz{ + font-size: 16px; } .ttd{ text-align: center;