From 498052f4c91e0bf170da01eee4dc895bd78ce9fc Mon Sep 17 00:00:00 2001 From: sfwwslm Date: Fri, 6 Feb 2026 15:13:02 +0800 Subject: [PATCH] style: Adjust the vertical alignment of the drop-down menu (#11812) --- frontend/src/views/host/monitor/monitor/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/views/host/monitor/monitor/index.vue b/frontend/src/views/host/monitor/monitor/index.vue index 9a7831ae1..c0d690d32 100644 --- a/frontend/src/views/host/monitor/monitor/index.vue +++ b/frontend/src/views/host/monitor/monitor/index.vue @@ -741,4 +741,7 @@ onMounted(() => { width: 100%; height: 400px; } +.el-dropdown { + vertical-align: baseline; +}