This commit is contained in:
不做码农
2022-03-20 17:55:24 +08:00
parent 822122d9cc
commit b96db9453b
8 changed files with 83 additions and 294 deletions

View File

@@ -93,7 +93,7 @@ export default {
<style scoped>
.pagination-container {
background: #fff;
padding: 32px 16px;
padding: 16px 16px;
}
.pagination-container.hidden {
display: none;

View File

@@ -86,4 +86,10 @@ export default {
.el-dropdown-item {
padding: 5px;
}
.top-right-btn {
position: relative;
float: right;
}
</style>