提交 898062ae authored 作者: junjie's avatar junjie

fix: 前端tree搜索,高度调整

上级 256c0efe
...@@ -78,6 +78,9 @@ ...@@ -78,6 +78,9 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
</el-row> </el-row>
<el-col class="custom-tree-container">
<div class="block" :style="treeStyle">
<el-tree <el-tree
:data="tableData" :data="tableData"
node-key="id" node-key="id"
...@@ -102,6 +105,8 @@ ...@@ -102,6 +105,8 @@
</span> </span>
</span> </span>
</el-tree> </el-tree>
</div>
</el-col>
</el-col> </el-col>
</el-col> </el-col>
</template> </template>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论