diff --git a/src/views/govern/device/control/tabs/realtime.vue b/src/views/govern/device/control/tabs/realtime.vue index 63641c8..d9500fb 100644 --- a/src/views/govern/device/control/tabs/realtime.vue +++ b/src/views/govern/device/control/tabs/realtime.vue @@ -21,80 +21,6 @@
-
{ .view { width: 100%; height: 100%; - padding-bottom: 200px; box-sizing: border-box; - overflow: auto; + display: flex; + flex-direction: column; .view_top { width: 100%; height: auto; @@ -718,6 +644,10 @@ onMounted(() => { .view_bot { min-height: 300px; margin: 10px 0 20px 0; + overflow: auto !important; + flex: 1 !important; + padding-bottom: 200px !important; + box-sizing: border-box !important; .view_bot_tables { margin-bottom: 10px; height: auto;