取消分页器固定
This commit is contained in:
parent
58f0440d84
commit
9bfc8aa868
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user