@@ -53,7 +53,7 @@
{{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