增加新功能
This commit is contained in:
parent
4022dcce1a
commit
6017e93264
@ -441,18 +441,18 @@ input:checked + .slider:before {
|
|||||||
|
|
||||||
/* 分页样式 */
|
/* 分页样式 */
|
||||||
.pagination {
|
.pagination {
|
||||||
position: absolute;
|
display: flex;
|
||||||
bottom: 0;
|
justify-content: center;
|
||||||
left: 0;
|
margin: 20px 0;
|
||||||
right: 0;
|
gap: 5px;
|
||||||
padding-top: 20px;
|
position: relative; /* 改为相对定位 */
|
||||||
background: white;
|
bottom: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 固定分页区域位置 */
|
/* 固定分页区域位置 */
|
||||||
.table-container {
|
.table-container {
|
||||||
min-height: 400px; /* 根据你的需要调整这个高度 */
|
min-height: calc(100vh - 400px); /* 动态计算最小高度 */
|
||||||
position: relative;
|
margin-bottom: 60px; /* 为分页留出空间 */
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination a, .pagination span {
|
.pagination a, .pagination span {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user