【修改】修改表格底部距离
This commit is contained in:
@@ -728,7 +728,7 @@ export default {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
.table {
|
.table {
|
||||||
|
padding-bottom: 15px;
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
::v-deep .vxe-table--body-wrapper{
|
::v-deep .vxe-table--body-wrapper{
|
||||||
height: 200px;
|
height: 200px;
|
||||||
@@ -737,5 +737,8 @@ export default {
|
|||||||
.uploadBtn{
|
.uploadBtn{
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
::v-deep .el-pagination{
|
||||||
|
padding-top: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user