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] =?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