feat: 권한 탭 분리 + 부서 인원 표시 + 다수 시스템 개선

- tkuser: 권한 관리를 별도 탭으로 분리, 부서 클릭 시 소속 인원 목록 표시
- system1: 모바일 UI 개선, nginx 권한 보정, 신고 카테고리 타입 마이그레이션
- system2: 신고 상세/보고서 개선, 내 보고서 페이지 추가
- system3: 이슈 뷰/수신함/관리함 개선
- gateway: 포털 라우팅 수정
- user-management API: 부서별 권한 벌크 설정 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Hyungi Ahn
2026-02-23 14:12:57 +09:00
parent bf4000c4ae
commit 3cc29c03a8
37 changed files with 1751 additions and 233 deletions

View File

@@ -18,39 +18,6 @@
-webkit-font-smoothing: antialiased;
}
/* Header */
.report-header {
position: sticky;
top: 0;
z-index: 100;
background: white;
padding: 0.875rem 1rem;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
display: flex;
align-items: center;
gap: 0.75rem;
}
.report-header .back-btn {
background: none;
border: none;
font-size: 1.5rem;
cursor: pointer;
padding: 0.25rem;
color: #374151;
line-height: 1;
}
.report-header h1 {
font-size: 1.125rem;
font-weight: 700;
color: #1f2937;
}
.report-header .header-link {
margin-left: auto;
font-size: 0.8125rem;
color: #6b7280;
text-decoration: none;
}
/* Step indicator */
.step-indicator {
display: flex;
@@ -506,13 +473,6 @@
</style>
</head>
<body>
<!-- Header -->
<div class="report-header">
<button class="back-btn" onclick="history.back()">&larr;</button>
<h1>신고 등록</h1>
<a href="/pages/safety/report-status.html" class="header-link">신고현황 &rarr;</a>
</div>
<!-- Step Indicator (5 steps) -->
<div class="step-indicator">
<div class="step active"><span class="step-dot">1</span><span>유형</span></div>