|
|
|
@ -196,6 +196,7 @@
|
|
|
|
|
|
|
|
|
|
const getData = () => {
|
|
|
|
|
$.post(prefix + '/newDataStreak', {monitorId}, (e) => {
|
|
|
|
|
$(".centerDiv").css({'display': 'none'})
|
|
|
|
|
for (let index = 1; index <= e.data.length; index++) {
|
|
|
|
|
$('.centerDiv' + index).css({'display': 'inline-block'})
|
|
|
|
|
let getColorByTemperature = {}
|
|
|
|
@ -318,7 +319,7 @@
|
|
|
|
|
border: 1vw solid #fff;
|
|
|
|
|
border-radius: 0.25vw;
|
|
|
|
|
width: 20vw;
|
|
|
|
|
height: 189vw;
|
|
|
|
|
height: 18vw;
|
|
|
|
|
display: none;
|
|
|
|
|
margin-bottom: 6px;
|
|
|
|
|
}
|
|
|
|
|