Merge pull request '✍️修复缓存列表显示不完整' (#87) from IMaster/Admin.NET.Pro:template into main

Reviewed-on: http://101.43.53.74:3000/Admin.NET/Admin.NET.Pro/pulls/87
This commit is contained in:
zuohuaijun 2024-08-09 19:09:04 +08:00
commit 2025edabee

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>