feat: 支持主列表选择每页条数 (#242)
This commit is contained in:
@@ -675,6 +675,26 @@ select {
|
||||
margin-left: 0;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.page-size-form {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
margin-right: 2px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.page-size-form label {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
font-size: 13px;
|
||||
}
|
||||
.page-size-form select,
|
||||
.page-size-form button {
|
||||
min-height: 28px;
|
||||
font-size: 13px;
|
||||
}
|
||||
.page-size-form select { padding: 3px 6px; }
|
||||
.page-size-form button { padding: 3px 8px; }
|
||||
.pagination a,
|
||||
.pagination span.disabled {
|
||||
padding: 4px 10px;
|
||||
@@ -690,7 +710,7 @@ select {
|
||||
body { padding-bottom: 0; }
|
||||
.statusbar { position: static; flex-wrap: wrap; gap: 6px 12px; }
|
||||
.statusbar > span:first-child { flex-basis: 100%; }
|
||||
.pagination { width: 100%; justify-content: flex-end; margin-left: 0; }
|
||||
.pagination { width: 100%; justify-content: flex-end; margin-left: 0; flex-wrap: wrap; }
|
||||
}
|
||||
.pagination a { color: #1f6feb; background: #fff; }
|
||||
.pagination a:hover { background: #f0f2f4; }
|
||||
|
||||
Reference in New Issue
Block a user