feat(mgmt-perf): 업로드 영역 하단 배치, 업로드 삭제 API, 앱 내 밝은 배경

- 대시보드 조회를 위·엑셀 업로드를 아래로 재배치
- DELETE /api/mgmt-perf/upload/:id 및 최근 업로드 행 삭제 버튼
- dashboard.css 전역 body 어두운 배경을 body.mgmt-perf-standalone로 한정, 임베드는 투명
- mgmt_perf_embed에 standalone 클래스 유지

Made-with: Cursor
This commit is contained in:
2026-04-13 19:43:57 +09:00
parent 200632f580
commit 90358f05a7
6 changed files with 163 additions and 24 deletions

View File

@@ -7,7 +7,7 @@
<link rel="stylesheet" href="/mgmt-perf/dashboard.css" />
<script src="/mgmt-perf/chart.umd.min.js"></script>
</head>
<body>
<body class="mgmt-perf-standalone">
<div class="mgmt-perf-embed">
<%- include('partials/mgmt_perf_dashboard_container', { dashboardTitle, quarterLabel }) %>
</div>