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

@@ -296,7 +296,7 @@ export function StockStatusList() {
// 헤더 액션
const headerActions = (
<Button variant="outline" onClick={handleExcelDownload}>
<Button variant="outline" className="ml-auto" onClick={handleExcelDownload}>
<Download className="w-4 h-4 mr-1.5" />
</Button>