fix: 경영성과 대시보드 iframe 제거·인라인 렌더, 업로드 오류 메시지 개선
- embed 404/검은 화면 방지: 한 페이지에서 페이로드+차트 로드 - fetch 비JSON 응답 시 상태코드 표시, 성공 시 새로고침 - 전역 .container grid와 충돌 시 .mgmt-perf-embed 스코프 CSS Made-with: Cursor
This commit is contained in:
@@ -396,4 +396,26 @@
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* 앱 셸 안에 인라인 삽입 시 전역 .container(grid)와 충돌 방지 */
|
||||
.mgmt-perf-embed .container {
|
||||
display: block !important;
|
||||
max-width: 1600px !important;
|
||||
width: auto !important;
|
||||
margin: 0 auto !important;
|
||||
padding: 0 !important;
|
||||
gap: unset !important;
|
||||
background: white;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
|
||||
overflow: hidden;
|
||||
}
|
||||
.mgmt-perf-embed {
|
||||
font-family: '맑은 고딕', 'Apple SD Gothic Neo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
||||
background: linear-gradient(135deg, var(--blk) 0%, var(--blk2) 100%);
|
||||
color: var(--blk);
|
||||
line-height: 1.6;
|
||||
padding: 16px;
|
||||
border-radius: 10px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user