style(monitor/cache): 调整缓存监控页面布局样式

替换根容器类名并添加纵向滚动支持,优化页面溢出展示效果
This commit is contained in:
zhangtao
2026-06-28 22:41:02 +08:00
parent 03d8a49c28
commit a39bedabb9
+3 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="flex flex-col relative last:mb-0">
<div class="fa-full-height">
<ElTabs>
<!-- 监控信息 Tab -->
<ElTabPane label="监控信息">
@@ -498,6 +498,7 @@ onUnmounted(() => {
gap: 16px;
height: 100%;
min-height: 0;
overflow-y: auto;
}
.chart-card {
@@ -525,6 +526,7 @@ onUnmounted(() => {
flex-direction: column;
height: 100%;
min-height: 0;
overflow-y: auto;
}
.cache-mgmt-col {