【修改】 修改bug
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user