update 云坐席弹窗WebSocket
This commit is contained in:
@@ -474,7 +474,7 @@
|
||||
margin: 5px 19px 5px 8px;
|
||||
}
|
||||
|
||||
.line-sesc {
|
||||
.line-desc {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
margin: 5px 19px 5px 8px;
|
||||
}
|
||||
|
||||
.line-sesc {
|
||||
.line-desc {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -204,7 +204,6 @@
|
||||
type: 'shadow',
|
||||
},
|
||||
formatter: function (params) {
|
||||
console.log(params);
|
||||
let tar = params[0];
|
||||
let name = '';
|
||||
switch (tar.value) {
|
||||
@@ -380,6 +379,7 @@
|
||||
|
||||
return { h: (time - (time % 60)) / 60, m: time % 60 };
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
initEchart();
|
||||
});
|
||||
|
||||
@@ -104,11 +104,11 @@
|
||||
|
||||
.line {
|
||||
width: 1px;
|
||||
color: var(--cardFontColor);
|
||||
background-color: var(--cardFontColor);
|
||||
margin: 5px 19px 5px 8px;
|
||||
}
|
||||
|
||||
.line-sesc {
|
||||
.line-desc {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user