From ee39bf73057086a18d8e4c4a18b5e71c666d4c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=BA=B7?= Date: Tue, 24 Oct 2023 12:04:37 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/screen/largeScreen.vue | 51 +++++++++++++++++++++++++++++------ 1 file changed, 43 insertions(+), 8 deletions(-) diff --git a/src/components/screen/largeScreen.vue b/src/components/screen/largeScreen.vue index c5940e2..f4f7201 100644 --- a/src/components/screen/largeScreen.vue +++ b/src/components/screen/largeScreen.vue @@ -18,16 +18,16 @@
-

交付中心实时数据 +

交付中心实时数据

-
+
-
日排名
+
日排名
姓名
@@ -43,7 +43,7 @@
- +
@@ -53,7 +53,7 @@
{{item.resumeNum}}
{{item.signUps}} | {{item.arrived}} | {{item.passed}}
-
{{item.entry}} +
{{item.entry}}/*
@@ -127,7 +127,12 @@ export default { el.focus(); } } - } + }, + trigger:{ + inserted(el,binging){ + el.click() + } + } }, data() { @@ -488,9 +493,16 @@ test(e) { //数据接收 }) console.log(this.nameArray); + + // var timer = window.setInterval(function () { + // if (this.nameArray.length > 0){ + // this.func() + // }else{ + // window.clearInterval(timer); + // } + // }, 1000); + if (this.nameArray.length >= 1) { - // setInterval(() => that.websocketHeartCheck(), 30000); - // setTimeout(() =>this.func(),10000); this.func() } @@ -802,5 +814,28 @@ div{ } .ant-carousel .slick-dots-bottom { bottom: -48px; +} +h4.f24 { + font-size: 72px; +} +.dotClass button:before { + content: ''; + width: 16px; + height: 16px; + position: absolute; + left: 0; + top: -6px; +} +.dotClass button:before { + content: ''; + width: 16px; + height: 24px; + position: absolute; + left: 0; + top: -12px; +} +.dotClass button.slick-active:before { + content: ''; + width: 24px; } \ No newline at end of file From dc688fce3c20dcb69ff018de9ae7baed6f5ab7ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=BA=B7?= Date: Tue, 24 Oct 2023 13:51:21 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/screen/largeScreen.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/screen/largeScreen.vue b/src/components/screen/largeScreen.vue index f4f7201..b3b47ed 100644 --- a/src/components/screen/largeScreen.vue +++ b/src/components/screen/largeScreen.vue @@ -25,7 +25,7 @@
-
+
日排名
姓名
@@ -697,7 +697,7 @@ div{ /deep/ .ttd{ text-align: center; - font-size: 35px; + font-size: 28px; } .mmtt111{ @@ -771,16 +771,17 @@ div{ } .tth { - width: 100%; + width: 100%; + padding-right: 0; } .tc1, .tc7 { - width: 8%; + width: 12%; min-width: 70px; } .tc2 { - width: 25%; + width: 18%; padding-left: 0px; text-align: center; } @@ -790,7 +791,7 @@ div{ } .tc4 { - width: 25%; + width: 30%; } .tc5 { @@ -816,7 +817,7 @@ div{ bottom: -48px; } h4.f24 { - font-size: 72px; + font-size: 56px; } .dotClass button:before { content: '';