Commit c86e86be authored by 康振飞's avatar 康振飞

设备日历tree的bug修改

parent f297034b
......@@ -5,7 +5,7 @@
<h3 class="zh-title">组织架构</h3>
<div class="zh-box">
<Input search placeholder="请输入查询条件" clearable v-model="treeInputSearch" />
<Tree :data="searchList" class="tree-content" @on-select-change="selectTreeNode"></Tree>
<Tree :data="searchList" class="tree-content" :style="{height:treeHeight-104 +'px'}" @on-select-change="selectTreeNode"></Tree>
</div>
</div>
<!-- 右侧内容 -->
......@@ -1058,6 +1058,10 @@ export default {
.table {
margin-top: 15px;
}
.tree-content{
overflow-y: auto;
// height: 692px;
}
</style>
<style>
.single-page-con {
......
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