取消分页器固定

This commit is contained in:
hr121 2025-07-11 12:18:39 +08:00
parent 58f0440d84
commit 9bfc8aa868
3 changed files with 42 additions and 42 deletions

View File

@ -372,20 +372,20 @@ export default {
}
}
}
.pagination-container {
position: fixed;
bottom: 0;
right: 0;
left: 200px;
height: 150px;
background: white;
padding: 10px;
text-align: left;
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08);
}
.el-pagination {
padding: 2px 25px;
}
// .pagination-container {
// position: fixed;
// bottom: 0;
// right: 0;
// left: 200px;
// height: 150px;
// background: white;
// padding: 10px;
// text-align: left;
// box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08);
// }
// .el-pagination {
// padding: 2px 25px;
// }
.app-container {
padding-bottom: 60px;
}

View File

@ -174,20 +174,20 @@ export default {
}
}
.pagination-container {
position: fixed;
bottom: 0;
right: 0;
left: 200px;
height: 150px;
background: white;
padding: 10px;
text-align: left;
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08);
}
.el-pagination {
padding: 2px 25px;
}
// .pagination-container {
// position: fixed;
// bottom: 0;
// right: 0;
// left: 200px;
// height: 150px;
// background: white;
// padding: 10px;
// text-align: left;
// box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08);
// }
// .el-pagination {
// padding: 2px 25px;
// }
.status-text {
color: #f56c6c;

View File

@ -159,20 +159,20 @@ export default {
}
}
.pagination-container {
position: fixed;
bottom: 0;
right: 0;
left: 200px;
height: 150px;
background: white;
padding: 10px;
text-align: left;
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08);
}
.el-pagination {
padding: 2px 25px;
}
// .pagination-container {
// position: fixed;
// bottom: 0;
// right: 0;
// left: 200px;
// height: 150px;
// background: white;
// padding: 10px;
// text-align: left;
// box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08);
// }
// .el-pagination {
// padding: 2px 25px;
// }
.el-table {