fix: 😀解决缓存管理界面高度溢出问题

This commit is contained in:
喵你个旺呀 2025-01-16 12:10:03 +08:00
parent 0a44dc68af
commit bb661d640d

View File

@ -6,7 +6,7 @@
<splitpanes>
<pane size="20">
<el-card shadow="hover" header="缓存列表" v-loading="state.loading" style="height: 100%" body-style="height:100%; overflow:auto">
<el-card shadow="hover" header="缓存列表" v-loading="state.loading" style="height: 100%" body-style="height: calc(100% - 60px); overflow:auto">
<template #header>
<div class="card-header">
<span>缓存列表</span>