|
|
@ -102,21 +102,12 @@ |
|
|
|
|
|
|
|
|
/** 表格布局 **/ |
|
|
/** 表格布局 **/ |
|
|
.pagination-container { |
|
|
.pagination-container { |
|
|
position: relative; |
|
|
display: flex; |
|
|
height: 25px; |
|
|
justify-content: flex-end; |
|
|
margin-bottom: 10px; |
|
|
margin-top: 20px; |
|
|
margin-top: 15px; |
|
|
|
|
|
padding: 10px 20px !important; |
|
|
|
|
|
background-color: transparent !important; |
|
|
background-color: transparent !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* 分页器定位 */ |
|
|
|
|
|
.pagination-container .el-pagination { |
|
|
|
|
|
position: absolute; |
|
|
|
|
|
right: 0; |
|
|
|
|
|
top: 0; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* 弹窗中的分页器 */ |
|
|
/* 弹窗中的分页器 */ |
|
|
.el-dialog .pagination-container { |
|
|
.el-dialog .pagination-container { |
|
|
position: static !important; |
|
|
position: static !important; |
|
|
|