pull/108/head
parent
ed0de9e691
commit
b0f3cb495e
|
@ -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
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue