数据查询优化
This commit is contained in:
+40
@@ -840,3 +840,43 @@ body.review-subpage-open { overflow:hidden; }
|
||||
@media (max-width:800px) {
|
||||
.admission-account-management > form { grid-template-columns:1fr; }.placement-bulk-toolbar,.placement-bulk-toolbar > div { align-items:stretch; flex-direction:column; }.placement-bulk-toolbar button { width:100%; }.placement-status-pills,.account-status-pills { margin-right:18px; margin-left:18px; }
|
||||
}
|
||||
.table-pagination {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 16px;
|
||||
padding: 16px 18px;
|
||||
border-top: 1px solid var(--line, #e5e7eb);
|
||||
color: var(--muted, #64748b);
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.table-pagination > div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.table-pagination button,
|
||||
.table-pagination select {
|
||||
min-width: 34px;
|
||||
height: 34px;
|
||||
padding: 0 10px;
|
||||
border: 1px solid var(--line, #dbe2ea);
|
||||
border-radius: 8px;
|
||||
background: #fff;
|
||||
color: inherit;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
.table-pagination button:not(:disabled) { cursor: pointer; }
|
||||
.table-pagination button:hover:not(:disabled) { border-color: #1f6f5f; color: #1f6f5f; }
|
||||
.table-pagination button.active { border-color: #1f6f5f; background: #1f6f5f; color: #fff; }
|
||||
.table-pagination button:disabled { opacity: .45; }
|
||||
.table-pagination label { display: inline-flex; align-items: center; gap: 6px; margin-left: 6px; }
|
||||
.table-pagination i { font-style: normal; padding: 0 2px; }
|
||||
|
||||
@media (max-width: 720px) {
|
||||
.table-pagination { align-items: flex-start; flex-direction: column; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user