From 2fd44ea9c028490ce30c298825aa19ed5f717e7e Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Thu, 26 Oct 2023 09:39:59 +0800 Subject: [PATCH] 1 --- src/components/screen/largeScreen.vue | 50 +++++++++++++++++------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/src/components/screen/largeScreen.vue b/src/components/screen/largeScreen.vue index 693f1aa..3839460 100644 --- a/src/components/screen/largeScreen.vue +++ b/src/components/screen/largeScreen.vue @@ -36,7 +36,7 @@
约面丨到面通过
-
入职
+
入职
转化
背包丨漏斗
@@ -54,7 +54,7 @@
{{item.signUps}} | {{item.arrived}} | {{item.passed}}
{{item.entry}}/{{item.weekEntry || '*'}} -
+
{{Number(item.transferRatio * 100).toFixed(0)}}%
*{{item.funnel}}
@@ -176,12 +176,12 @@ export default { slideImages: [], slideImgNum: 10, } - }, - watch: { - nameArray(newValue, oldValue) { - console.log(newValue) - console.log(oldValue) - } + }, + watch: { + nameArray(newValue, oldValue) { + console.log(newValue) + console.log(oldValue) + } }, mounted() { var that = this; @@ -288,8 +288,8 @@ export default { var that = this; console.log(this.nameArray); // debugger - if(this.nameArray.length == 0) { - return; + if(this.nameArray.length == 0) { + return; } if (this.nameArray[0].type == '1') { @@ -400,7 +400,7 @@ export default { // type 25 到面 30通过 40入职 // 180000 - // debugger + // debugger // && (timeStamp == 0 || new Date().getTime() - timeStamp >= 40000 ) if(e.data != '"pong"'){ @@ -799,20 +799,20 @@ div{ } .tc4 { - width: 30%; + width: 27%; } .tc5 { width: 14%; } -@media screen and (max-width: 1520px) { - h4.f24 { - font-size: 48px; - } - .ttd{ - text-align: center; - font-size: 27px; +@media screen and (max-width: 1520px) { + h4.f24 { + font-size: 48px; + } + .ttd{ + text-align: center; + font-size: 27px; } .s_left { width: 96%; @@ -820,12 +820,12 @@ div{ .tc1 { min-width: 50px; - } - .tc2{ - width:16% - } - .tc5 { - width: 10%; + } + .tc2{ + width:16% + } + .tc5 { + width: 10%; } }