diff --git a/src/components/screen/largeScreen.vue b/src/components/screen/largeScreen.vue
index cfa43d3..00e59d2 100644
--- a/src/components/screen/largeScreen.vue
+++ b/src/components/screen/largeScreen.vue
@@ -57,22 +57,23 @@
-
+
+
+
+
+
{{item.aliasName}}
-
+
{{item.signUps}} | {{item.arrived}} | {{item.passed}}
@@ -436,10 +437,12 @@ export default {
var getWebsocketData = JSON.parse(getWebsocketDataMap.value);
// console.log(getWebsocketData);
- // console.log(getWebsocketData.list);
+ console.log(getWebsocketData.list);
// that.array = [...getWebsocketData.list]
- that.array = [];
- var arr = [...getWebsocketData.list]
+ that.array = [];
+ if(getWebsocketData.list){
+
+ var arr = getWebsocketData.list
var arrLength = arr.length;
// that.array = [];
@@ -464,7 +467,7 @@ export default {
}
})
-
+ }
// console.log(this.nameArray);
// if (this.nameArray.length >= 1) {
// this.func();
@@ -822,24 +825,25 @@ div{
}
.tc2 {
- width: 16%;
+ width: 19%;
padding-left: 0px;
text-align: center;
}
-.tc2.name {
- /* text-align: left !important; */
- min-width: 200px;
+.tc2.name {
+ text-align: left !important;
+ min-width: 190px;
+ padding-left: 3%;
}
-.tc2.nameTitle {
- /* text-align: left !important; */
- min-width: 200px;
+.tc2.nameTitle {
+ text-align: center !important;
+ min-width: 190px;
}
.tc3 {
width: 15%;
}
.tc4 {
- width: 28%;
+ width: 25%;
}
.tc5 {
@@ -847,8 +851,17 @@ div{
}
.tac img{
width:44px;
+}
+.leftAvater{
+ vertical-align:middle;width:48px;height:48px;border-radius: 50%;position:relative;top:10px;
+}
+.weekIcon{
+ display:inline-block;line-height:60px;vertical-align:middle;position:relative;top:-1px;
}
@media screen and (max-width: 1520px) {
+ .leftAvater{
+ width:38px;height:38px;
+ }
.tth[data-v-3b9d2e74] {
height: auto;
}
@@ -863,8 +876,8 @@ div{
}
.ttd{
text-align: center;
- font-size: 22px;
- line-height: 2.2;
+ font-size: 21px;
+ /* line-height: 2.2; */
}
.lNum{
font-size: 22px;
@@ -877,7 +890,7 @@ div{
min-width: 50px;
}
.tc2{
- width:14%
+ width:18%
}
.tc5 {
width: 10%;
@@ -914,7 +927,9 @@ h4.f24 {
.dotClass button.slick-active:before {
content: '';
width: 24px;
-}
+}
+
+
/* .swiperPage{
display: flex;
flex-direction: column;
diff --git a/src/components/screen/largeScreen1.vue b/src/components/screen/largeScreen1.vue
index e81dbed..cfa43d3 100644
--- a/src/components/screen/largeScreen1.vue
+++ b/src/components/screen/largeScreen1.vue
@@ -57,23 +57,22 @@
-
-
-
-
-
+
{{item.aliasName}}
-
-
{{item.signUps}} | {{item.arrived}} | {{item.passed}}
@@ -187,7 +186,7 @@ export default {
ruzhiStyle: '',
array: [],
isAuto: true,
- autoSpeed: 10000000,
+ autoSpeed: 10000,
pageSize: 10,
// pageSize: 5,
@@ -827,21 +826,20 @@ div{
padding-left: 0px;
text-align: center;
}
-.tc2.name {
- text-align: left !important;
- min-width: 160px;
- padding-left: 3%;
+.tc2.name {
+ /* text-align: left !important; */
+ min-width: 200px;
}
-.tc2.nameTitle {
- text-align: center !important;
- min-width: 160px;
+.tc2.nameTitle {
+ /* text-align: left !important; */
+ min-width: 200px;
}
.tc3 {
width: 15%;
}
.tc4 {
- width: 25%;
+ width: 28%;
}
.tc5 {
@@ -849,17 +847,8 @@ div{
}
.tac img{
width:44px;
-}
-.leftAvater{
- vertical-align:middle;width:48px;height:48px;border-radius: 50%;position:relative;top:10px;
-}
-.weekIcon{
- display:inline-block;line-height:60px;vertical-align:middle;position:relative;top:-1px;
}
@media screen and (max-width: 1520px) {
- .leftAvater{
- width:38px;height:38px;
- }
.tth[data-v-3b9d2e74] {
height: auto;
}
@@ -875,7 +864,7 @@ div{
.ttd{
text-align: center;
font-size: 22px;
- /* line-height: 2.2; */
+ line-height: 2.2;
}
.lNum{
font-size: 22px;
@@ -925,9 +914,7 @@ h4.f24 {
.dotClass button.slick-active:before {
content: '';
width: 24px;
-}
-
-
+}
/* .swiperPage{
display: flex;
flex-direction: column;