修复缓存列表显示不完整

This commit is contained in:
Master 2024-08-08 10:17:07 +08:00
parent e0a43dbe99
commit 2507ff615e

View File

@ -16,6 +16,7 @@
<el-tree
ref="treeRef"
class="filter-tree"
style="padding-bottom: 60px;"
:data="state.cacheData"
node-key="id"
:props="{ children: 'children', label: 'name' }"
@ -36,7 +37,7 @@
<el-button icon="ele-Delete" size="small" type="danger" @click="delCache" v-auth="'sysCache/delete'"> 删除缓存 </el-button>
</div>
</template>
<vue-json-pretty :data="state.cacheValue" showLength showIcon showLineNumber showSelectController />
<vue-json-pretty :data="state.cacheValue" showLength showIcon showLineNumber showSelectController style="padding-bottom: 60px;" />
</el-card>
</pane>
</splitpanes>