diff --git a/frontend/components/common/ResponsiveDataView.tsx b/frontend/components/common/ResponsiveDataView.tsx index 72f88092..3cd8f723 100644 --- a/frontend/components/common/ResponsiveDataView.tsx +++ b/frontend/components/common/ResponsiveDataView.tsx @@ -110,11 +110,17 @@ export function ResponsiveDataView({ // --- 로딩 스켈레톤 --- if (isLoading) { return ( -
+
{/* 데스크톱 테이블 스켈레톤 */}
@@ -167,7 +173,7 @@ export function ResponsiveDataView({
@@ -217,15 +223,19 @@ export function ResponsiveDataView({ // 부모 wrapper 가 @container — 자식들은 viewport 가 아닌 자기 컨테이너 width 기준으로 분기. // 사이드바 펼친 상태에서도 콘텐츠 영역 실제 width 에 맞게 자연스럽게 테이블↔카드 전환. return ( -
+
{/* 데스크톱 테이블 (컨테이너 ≥ 48rem / 768px) */}
@@ -290,9 +300,8 @@ export function ResponsiveDataView({