Commit 73d06da7 authored by sgjj's avatar sgjj

Merge remote-tracking branch 'origin/master'

parents 7c14089d f0d75c5e
This diff is collapsed.
......@@ -9,7 +9,7 @@
<div id="index" v-cloak>
<!--左侧-->
<el-container class="index-menu">
<div class="left-tree">
<div class="left-tree" style="position:relative;">
<el-scrollbar style="height: 100%;">
<el-tree :indent="5" v-loading="loading" highlight-current :expand-on-click-node="false" default-expand-all :empty-text="emptyText" :data="treeData" :props="defaultProps" @node-click="handleNodeClick" style="padding: 10px;height: 100%;"></el-tree>
</el-scrollbar>
......@@ -123,4 +123,5 @@
body{
overflow: hidden;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment