style(mgmt-perf): 경영성과 본문 여백을 AI 프롬프트와 동일(container-ai-full)
Made-with: Cursor
This commit is contained in:
@@ -8,9 +8,7 @@
|
||||
<link rel="stylesheet" href="/public/styles.css" />
|
||||
<link rel="stylesheet" href="/mgmt-perf/dashboard.css" />
|
||||
<style>
|
||||
.mgmt-perf-page main.container {
|
||||
max-width: 1200px;
|
||||
}
|
||||
/* AI 프롬프트(/ai-explore/prompts)와 동일: main.container.container-ai-full → 전체 너비·좌우 24px 패딩 */
|
||||
.mgmt-perf-split {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -147,10 +145,8 @@
|
||||
<header class="topbar">
|
||||
<h1>경영성과 대시보드</h1>
|
||||
</header>
|
||||
<main class="container">
|
||||
<p class="breadcrumb" style="margin-bottom: 16px">
|
||||
<a href="/dashboard">← 대시보드 목록으로</a>
|
||||
</p>
|
||||
<main class="container container-ai-full">
|
||||
<a href="/dashboard" class="prompts-back" aria-label="대시보드 목록으로 돌아가기">← 대시보드 목록으로</a>
|
||||
|
||||
<div class="mgmt-perf-split">
|
||||
<section class="mgmt-dash-panel" aria-labelledby="mgmt-dash-heading">
|
||||
|
||||
Reference in New Issue
Block a user