【修改】统一样式
This commit is contained in:
@@ -117,7 +117,7 @@
|
|||||||
</el-tree>
|
</el-tree>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="19">
|
<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">
|
@checkbox-all="selectAllEvent" @checkbox-change="selectChangeEvent">
|
||||||
<vxe-column type="checkbox" width="60"></vxe-column>
|
<vxe-column type="checkbox" width="60"></vxe-column>
|
||||||
<vxe-column show-overflow show-header-overflow type="seq" title="序号" width="77">
|
<vxe-column show-overflow show-header-overflow type="seq" title="序号" width="77">
|
||||||
@@ -498,7 +498,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.tag-btn{
|
.tag-btn{
|
||||||
padding: 10px 13px;
|
padding: 18px 13px 11px;
|
||||||
}
|
}
|
||||||
.tag-search {
|
.tag-search {
|
||||||
padding-top: 9px;
|
padding-top: 9px;
|
||||||
|
|||||||
Reference in New Issue
Block a user