release: 2026-03-19 (26건 커밋) #105
@ -419,8 +419,8 @@ export function SatelliteRequest() {
|
||||
<div className="text-[8px] text-text-3 font-korean mt-1.5 pt-1.5 border-t border-border">총 {requests.length}건</div>
|
||||
</div>
|
||||
|
||||
{/* 지도 위 요청 리스트 (좌측) */}
|
||||
<div className="absolute top-3 left-3 w-[240px] max-h-[50vh] overflow-y-auto rounded-lg border border-border z-10" style={{ background: 'rgba(18,25,41,.92)', backdropFilter: 'blur(8px)', scrollbarWidth: 'thin', scrollbarColor: 'var(--bdL) transparent' }}>
|
||||
{/* 지도 위 요청 리스트 (좌하단) */}
|
||||
<div className="absolute bottom-3 left-3 w-[240px] max-h-[45vh] overflow-y-auto rounded-lg border border-border z-10" style={{ background: 'rgba(18,25,41,.92)', backdropFilter: 'blur(8px)', scrollbarWidth: 'thin', scrollbarColor: 'var(--bdL) transparent' }}>
|
||||
<div className="px-3 py-2 border-b border-border text-[10px] font-bold text-text-2 font-korean sticky top-0" style={{ background: 'rgba(18,25,41,.95)' }}>📋 촬영 요청 ({requests.length})</div>
|
||||
{requests.map(r => {
|
||||
const statusColor = r.status === '촬영중' ? '#eab308' : r.status === '완료' ? '#22c55e' : r.status === '취소' ? '#ef4444' : '#3b82f6'
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user