mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-22 13:05:18 +00:00
style(monitor/cache): 调整缓存监控页面布局样式
替换根容器类名并添加纵向滚动支持,优化页面溢出展示效果
This commit is contained in:
+3
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user