7개 시스템(tkpurchase/tksafety/tksupport/tkuser/system1/system2/system3)의 모바일 사용성 일괄 개선. system1(tkfb)의 모바일 메뉴 패턴을 3개 신규 시스템에 적용. 주요 변경: - 모바일 햄버거 메뉴: tkpurchase/tksafety/tksupport에 toggleMobileMenu+overlay 추가 - 필터 반응형: 768px 이하 2열 그리드 전환 (filter-bar/filter-actions 클래스) - 터치 타겟 44px: 테이블 액션 버튼 36px+gap, tksafety ±버튼 w-11 - iOS 줌 방지: input/select/textarea font-size 16px - tkuser: 탭 가로스크롤+fade힌트, 사이드바·grid·드롭다운 반응형 - system1: 대시보드 인라인 width 제거, 이동설비 그리드 1열 - system2: 사진그리드 4열, 유형버튼 2열 (480px 이하) - system3: 카드 내 액션 버튼 stopPropagation 추가 - 캐시 무효화: 전체 HTML ?v=2026031401 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
39 lines
1.5 KiB
HTML
39 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
<title>AI 신고 도우미 | (주)테크니컬코리아</title>
|
|
<link rel="icon" type="image/png" href="/img/favicon.png">
|
|
<link rel="stylesheet" href="/css/chat-report.css?v=2026031401">
|
|
<script src="/js/api-base.js?v=2026031401"></script>
|
|
<script src="/js/app-init.js?v=2026031401" defer></script>
|
|
</head>
|
|
<body>
|
|
<!-- Header -->
|
|
<div class="chat-header">
|
|
<button class="chat-header-back" onclick="history.back()" aria-label="뒤로가기">←</button>
|
|
<div>
|
|
<div class="chat-header-title">AI 신고 도우미</div>
|
|
<div class="chat-header-subtitle">대화형 신고 접수</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Chat Area -->
|
|
<div class="chat-area" id="chatArea"></div>
|
|
|
|
<!-- Input Bar -->
|
|
<div class="chat-input-bar">
|
|
<button class="chat-photo-btn" id="photoBtn" aria-label="사진 첨부">📎</button>
|
|
<textarea class="chat-text-input" id="textInput" rows="1" placeholder="문제 상황을 설명해주세요..." enterkeyhint="send"></textarea>
|
|
<button class="chat-send-btn" id="sendBtn" disabled aria-label="전송">➤</button>
|
|
</div>
|
|
|
|
<!-- Hidden file input -->
|
|
<input type="file" id="chatPhotoInput" accept="image/*" style="display:none">
|
|
|
|
<script src="/js/cross-nav.js?v=2026031401"></script>
|
|
<script src="/js/chat-report.js?v=2026031401"></script>
|
|
</body>
|
|
</html>
|