【修改】统一样式

This commit is contained in:
zhoulingpo
2023-04-26 11:43:20 +08:00
parent f0c14266fd
commit 3b326f63ca
+2 -2
View File
@@ -117,7 +117,7 @@
</el-tree>
</el-col>
<el-col :span="19">
<vxe-table ref="xTable" :data="tableData" :empty-render="{name: 'NotData'}" align="center" border stripe v-table-min-height="'calc(100vh - 420px)'"
<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">
<vxe-column type="checkbox" width="60"></vxe-column>
<vxe-column show-overflow show-header-overflow type="seq" title="序号" width="77">
@@ -498,7 +498,7 @@ export default {
}
}
.tag-btn{
padding: 10px 13px;
padding: 18px 13px 11px;
}
.tag-search {
padding-top: 9px;