@@ -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()
}
@@ -685,7 +697,7 @@ div{
/deep/ .ttd{
text-align: center;
- font-size: 35px;
+ font-size: 28px;
}
.mmtt111{
@@ -760,15 +772,16 @@ div{
.tth {
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;
}
@@ -778,7 +791,7 @@ div{
}
.tc4 {
- width: 25%;
+ width: 30%;
}
.tc5 {
@@ -803,4 +816,27 @@ div{
.ant-carousel .slick-dots-bottom {
bottom: -48px;
}
+h4.f24 {
+ font-size: 56px;
+}
+.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