pull/108/head
孙萌 2024-01-26 17:27:07 +08:00
parent ed0de9e691
commit b0f3cb495e
3 changed files with 5 additions and 5 deletions

View File

@ -1800,11 +1800,11 @@
.realTime .page-content .realTime-bottom.videoMonitoring-monitor {
justify-content: space-between;
height: 400px;
height: calc(100% - 90px);
}
.realTime .page-content .realTime-bottom.videoMonitoring-monitor .left-view {
width: 45%;
width: 100%;
}
.realTime .page-content .realTime-bottom > div {

File diff suppressed because one or more lines are too long

View File

@ -1901,9 +1901,9 @@
margin-top: 30px;
&.videoMonitoring-monitor{
justify-content: space-between;
height: 400px;
height: calc(100% - 90px);
.left-view{
width: 45%;
width: 100%;
}
}
>div {