diff --git a/src/views/ops/pages/monitor/network/index.vue b/src/views/ops/pages/monitor/network/index.vue index e598116..5f5c181 100644 --- a/src/views/ops/pages/monitor/network/index.vue +++ b/src/views/ops/pages/monitor/network/index.vue @@ -28,8 +28,8 @@ - - + +
{{ item.error_bucket }} / {{ item.latency_bucket }} @@ -38,8 +38,8 @@
- - + +
{{ item.bucket_label }} @@ -48,8 +48,8 @@
- - + +
{{ item.protocol || '-' }} / {{ item.snmp_version || '-' }} @@ -241,8 +241,28 @@ export default { margin-bottom: 16px; } +.panel-col { + display: flex; +} + +.panel-card { + width: 100%; + min-height: 320px; + display: flex; + flex-direction: column; +} + +:deep(.panel-card .arco-card-body) { + flex: 1; + display: flex; + flex-direction: column; + min-height: 0; +} + .matrix-list, .simple-list { + flex: 1; + min-height: 0; max-height: 260px; overflow: auto; }