feat: 优化批量匹配和分页默认值 (#244)
This commit is contained in:
@@ -639,7 +639,20 @@ input.wide { width: 100%; }
|
||||
white-space: nowrap;
|
||||
color: #57606a;
|
||||
}
|
||||
.inner-code-notice { flex: 0 0 auto; margin: -4px 0 10px; }
|
||||
.inner-code-toast {
|
||||
position: fixed;
|
||||
right: 16px;
|
||||
bottom: 56px;
|
||||
z-index: 9;
|
||||
max-width: min(520px, calc(100vw - 32px));
|
||||
margin: 0;
|
||||
padding: 10px 14px;
|
||||
border: 1px solid #9ec5a8;
|
||||
border-radius: 4px;
|
||||
color: #155724;
|
||||
background: #f0fff4;
|
||||
box-shadow: 0 4px 16px rgba(0, 0, 0, .16);
|
||||
}
|
||||
.inner-code-table-wrap { flex: 1 1 auto; min-height: 180px; overflow: auto; scrollbar-gutter: stable; }
|
||||
.inner-code-table { min-width: 1500px; }
|
||||
.inner-code-table th { position: sticky; top: 0; z-index: 1; }
|
||||
@@ -688,13 +701,12 @@ select {
|
||||
gap: 4px;
|
||||
font-size: 13px;
|
||||
}
|
||||
.page-size-form select,
|
||||
.page-size-form button {
|
||||
.page-size-form select {
|
||||
min-height: 28px;
|
||||
font-size: 13px;
|
||||
}
|
||||
.page-size-form select { padding: 3px 6px; }
|
||||
.page-size-form button { padding: 3px 8px; }
|
||||
.page-size-loading { font-size: 12px; color: #57606a; }
|
||||
.pagination a,
|
||||
.pagination span.disabled {
|
||||
padding: 4px 10px;
|
||||
|
||||
Reference in New Issue
Block a user