|
|
|
|
@ -116,10 +116,9 @@ h6 {
|
|
|
|
|
|
|
|
|
|
/** 表格布局 **/
|
|
|
|
|
.pagination-container {
|
|
|
|
|
// position: relative;
|
|
|
|
|
height: 25px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
padding: 10px 20px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -132,11 +131,6 @@ h6 {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pagination-container .el-pagination {
|
|
|
|
|
//right: 0;
|
|
|
|
|
//position: absolute;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
|
.pagination-container .el-pagination > .el-pagination__jump {
|
|
|
|
|
display: none !important;
|
|
|
|
|
|