取消分页器固定

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 { // .pagination-container {
position: fixed; // position: fixed;
bottom: 0; // bottom: 0;
right: 0; // right: 0;
left: 200px; // left: 200px;
height: 150px; // height: 150px;
background: white; // background: white;
padding: 10px; // padding: 10px;
text-align: left; // text-align: left;
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08); // box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08);
} // }
.el-pagination { // .el-pagination {
padding: 2px 25px; // padding: 2px 25px;
} // }
.app-container { .app-container {
padding-bottom: 60px; padding-bottom: 60px;
} }

View File

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

View File

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