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