수정
This commit is contained in:
@@ -424,11 +424,11 @@ export default function ReceptionListPage() {
|
||||
</button>
|
||||
))}
|
||||
</div>
|
||||
<label className="muted" style={{ fontSize: 12 }}>
|
||||
<label className="order-page-size muted">
|
||||
한 페이지당 갯수
|
||||
<input
|
||||
type="number"
|
||||
style={{ width: 56, display: 'inline-block', marginLeft: 4 }}
|
||||
className="order-page-size-input"
|
||||
value={draft.size}
|
||||
onChange={(e) => setD({ size: Number(e.target.value) || 50 })}
|
||||
/>
|
||||
|
||||
@@ -4232,6 +4232,25 @@ html.theme-light .reception-order-page {
|
||||
cursor: pointer;
|
||||
}
|
||||
.order-date-row .quick .ghost.sm:hover { background: var(--elevated, var(--surface-2)); color: var(--primary); }
|
||||
.order-page-size {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.order-page-size-input {
|
||||
width: 56px;
|
||||
padding: 4px 6px;
|
||||
font-size: 12px;
|
||||
background: var(--surface-2, var(--surface));
|
||||
color: var(--text);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 4px;
|
||||
}
|
||||
.order-page-size-input:focus {
|
||||
outline: none;
|
||||
border-color: var(--primary);
|
||||
}
|
||||
.order-result { margin-left: auto; font-size: 12px; }
|
||||
.order-search-fields {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user