feat(admin): 지도 베이스 관리 패널, 레이어 패널 추가 및 보고서 기능 개선 #103

병합
jhkang feature/report 에서 develop 로 23 commits 를 머지했습니다 2026-03-19 18:05:27 +09:00
Showing only changes of commit 0549fb879f - Show all commits

파일 보기

@ -192,9 +192,9 @@ export function SatelliteRequest() {
const bsInputStyle = { border: '1px solid #21262d', background: '#161b22', color: '#e2e8f0' }
return (
<div className="overflow-y-auto py-5 px-6" style={{ height: mainTab === 'map' ? '100%' : undefined }}>
<div className="overflow-y-auto py-2 px-6" style={{ height: mainTab === 'map' ? '100%' : undefined }}>
{/* 헤더 + 탭 + 새요청 한 줄 */}
<div className="flex items-center gap-4 mb-4">
<div className="flex items-center gap-4 mb-2">
<div className="flex items-center gap-2.5 shrink-0">
<div className="w-8 h-8 rounded-lg flex items-center justify-center text-base" style={{ background: 'linear-gradient(135deg,rgba(59,130,246,.2),rgba(168,85,247,.2))', border: '1px solid rgba(59,130,246,.3)' }}>🛰</div>
<div className="text-[13px] font-bold font-korean text-text-1"> </div>