refactor: 리스트 페이지 UI 레이아웃 통일

- 헤더 버튼 우측 정렬 (ml-auto 적용)
  - ItemListClient, StockStatusList, ShipmentList
  - WorkOrderList, InspectionList
- 헤더 버튼 위치 변경 (타이틀 아래 별도 행으로 이동)
  - LeavePolicyManagement (휴가관리)
  - CompanyInfoManagement (회사정보)
  - SubscriptionManagement (구독관리)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
byeongcheolryu
2025-12-24 11:30:40 +09:00
parent 402499718b
commit d5f758f1eb
8 changed files with 42 additions and 43 deletions

View File

@@ -451,7 +451,7 @@ export default function ItemListClient() {
// 헤더 액션 (검색 중 로딩 + 품목 등록 버튼)
const headerActions = (
<div className="flex items-center gap-2">
<div className="flex items-center gap-2 ml-auto">
{isSearching && (
<div className="flex items-center gap-2 text-muted-foreground">
<Loader2 className="h-4 w-4 animate-spin" />