错误修复

This commit is contained in:
yy 2024-05-30 10:18:39 +08:00
parent 6a07153e46
commit 56302acc20

View File

@ -280,7 +280,7 @@ function subscribeWS() {
chartDom1.value.updateChartData(data.vitalSignsList);
chartDom2.value.updateChartData(data.vitalSignsList);
chartDom3.value.updateChartData(data.vitalSignsList);
chartDom4.value.updateChartData(data.vitalSignsList);
// chartDom4.value.updateChartData(data.vitalSignsList);
updateMedicineTable(data.aiMedicineList[0], data.docMedicineList[0]);
})
@ -578,6 +578,7 @@ function startAI() {
width: 37%;
height: 100%;
& > h3 {
font-size: 26px;
color: $main-color;
@ -588,6 +589,7 @@ function startAI() {
.chart-line {
width: 100%;
height: calc(25% - 30px);
height: calc(33.3% - 30px);
margin-bottom: 20px;
background: #e8f5f8;
@ -596,7 +598,7 @@ function startAI() {
// overflow: hidden;
}
/*.chart-ecg {
.chart-ecg {
width: 100%;
height: calc(25% - 50px);
border-left: 1px solid #92b3c1;
@ -628,7 +630,40 @@ function startAI() {
border-top: 5px solid transparent;
}
}
}*/
//.chart-ecg {
// width: 100%;
// height: calc(25% - 50px);
// border-left: 1px solid #92b3c1;
// border-bottom: 1px solid #92b3c1;
//
// &::before {
// content: '';
// position: absolute;
// width: 0;
// height: 0;
// top: 0;
// left: -5px;
// border-left: 5px solid transparent;
// border-right: 5px solid transparent;
// border-bottom: 15px solid #285e7d;
// border-top: 0;
// }
//
// &::after {
// content: '';
// position: absolute;
// width: 0;
// height: 0;
// bottom: -5px;
// right: 0;
// border-left: 15px solid #285e7d;
// border-right: 0;
// border-bottom: 5px solid transparent;
// border-top: 5px solid transparent;
// }
//}
}
.center-box {
width: calc(100% - 1500px);
@ -789,10 +824,12 @@ function startAI() {
padding: 8px 16px;
overflow-y: auto;
li {
color: #F80000;
font-size: 14px;
line-height: 22px;
}
}
}
@ -801,6 +838,7 @@ function startAI() {
width: calc(100% - 205px);
height: 100%;
// .video-box {
// position: relative;
// width: 100%;
@ -852,18 +890,21 @@ function startAI() {
background: #f8f8f8;
overflow-y: auto;
li {
width: 100%;
font-size: 14px;
line-height: 1.6;
margin: 5px 0;
&.align-right {
text-align: right;
span {
background: $main-color;
}
}
span {
@ -874,6 +915,7 @@ function startAI() {
border-radius: 8px;
color: white;
letter-spacing: 1px;
background: $main-color;
background: #92b3c1;
text-align: left;
}
@ -950,5 +992,5 @@ function startAI() {
}
}
}
}
}
</style>