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