CN-361 fix: 实体列表分页去掉最后一页的跳转按钮

This commit is contained in:
chenjinsong
2022-03-21 16:16:43 +08:00
parent bcfed80395
commit a68ac81733
2 changed files with 14 additions and 2 deletions

View File

@@ -66,3 +66,11 @@
border-color: rgba(154,154,154,0.20);
}
}
.entity__pagination .pagination {
.el-pager li.more + li {
display: none;
}
.el-pager li.number:not(:last-of-type) {
display: inline-block !important;
}
}