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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user