【修改】统一样式

This commit is contained in:
zhoulingpo
2023-05-10 16:51:38 +08:00
parent 35954268bc
commit 5535cbe785
2 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -47,7 +47,7 @@
<div class="table">
<el-row>
<el-col :span="3" class="treeList ">
<el-col :span="4" class="treeList ">
<el-input placeholder="输入关键字进行过滤" v-model="filterText">
</el-input>
<div class="lef-tree scroll-myself">
@@ -74,7 +74,7 @@
</div>
</el-col>
<el-col :span="21" style="padding-left: 15px">
<el-col :span="20" style="padding-left: 15px">
<vxe-table ref="xTable" :data="tableData" :empty-render="{name: 'NotData'}" align="center" border stripe
v-table-min-height="'calc(100vh - 320px)'"
@checkbox-all="selectAllEvent" @checkbox-change="selectChangeEvent">