【修改】 修改bug

This commit is contained in:
zhoulingpo
2023-05-09 18:18:11 +08:00
parent 745996c226
commit 6e78516c64
5 changed files with 41 additions and 21 deletions
+2 -3
View File
@@ -42,7 +42,7 @@
</el-row>
</div>
<el-row>
<el-col :span="4" class="treeList">
<el-col :span="3" class="treeList">
<el-input placeholder="输入关键字进行过滤" v-model="filterText">
</el-input>
<div class="lef-tree scroll-myself" >
@@ -68,7 +68,7 @@
</el-tree>
</div>
</el-col>
<el-col :span="19 ">
<el-col :span="21" style="padding-left: 15px">
<div class="table">
<vxe-table ref="xTable" :data="tableData" :empty-render="{name: 'NotData'}" align="center" border stripe v-table-min-height="'calc(100vh - 320px)'">
<vxe-column show-overflow show-header-overflow type="seq" title="序号" width="77">
@@ -1003,7 +1003,6 @@ export default {
padding: 20px;
margin-left: 13px;
box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
margin-right: 20px;
.filter-tree{
margin-top: 20px;
height: calc(100vh - 320px);