style(mgmt-perf): 본문 영역 배경 #f3f4f7로 프롬프트와 통일

Made-with: Cursor
This commit is contained in:
2026-04-13 19:57:08 +09:00
parent 41c46e9337
commit 63158f73bc

View File

@@ -8,6 +8,12 @@
<link rel="stylesheet" href="/public/styles.css" />
<link rel="stylesheet" href="/mgmt-perf/dashboard.css" />
<style>
/* 프롬프트 페이지와 동일한 본문 배경(styles.css body #f3f4f7) */
.mgmt-perf-page.content-area {
background-color: #f3f4f7;
min-height: 100vh;
box-sizing: border-box;
}
/* AI 프롬프트(/ai-explore/prompts)와 동일: main.container.container-ai-full → 전체 너비·좌우 24px 패딩 */
.mgmt-perf-split {
display: flex;