Compare commits
2 Commits
22625feade
...
551a2447a4
| Author | SHA1 | Date | |
|---|---|---|---|
| 551a2447a4 | |||
| d848de48ae |
@@ -44,6 +44,7 @@
|
||||
margin-bottom: 10px;
|
||||
box-shadow: var(--shadow);
|
||||
}
|
||||
.shared-note{margin:0 0 14px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#eef8fb;color:#355468;font-size:13px;line-height:1.6}
|
||||
h2, h3 { margin: 0 0 10px; letter-spacing:-.02em; }
|
||||
.hero-card{
|
||||
background: linear-gradient(180deg,#fff 0%,#f8f4ee 100%);
|
||||
@@ -327,6 +328,7 @@
|
||||
<body>
|
||||
<div class="top-band"></div>
|
||||
<div class="wrap">
|
||||
<div class="shared-note">`8091` 페이지입니다. 프로젝트별 투입시간, 인원 현황, 기간별 집계와 상세 분석을 보여주는 메인 대시보드입니다.</div>
|
||||
<div class="card hero-card">
|
||||
<div class="hero-head">
|
||||
<h2 class="hero-title">프로젝트 투입시간 대시보드</h2>
|
||||
|
||||
@@ -47,6 +47,16 @@
|
||||
gap: 10px;
|
||||
margin-top: 18px;
|
||||
}
|
||||
.shared-note {
|
||||
margin: 0 0 14px;
|
||||
padding: 12px 14px;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 14px;
|
||||
background: rgba(238, 248, 251, 0.92);
|
||||
color: #355468;
|
||||
font-size: 13px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.meta-chip {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
@@ -451,6 +461,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<main class="shell">
|
||||
<div class="shared-note">`8092` 페이지입니다. 시공코드 목록, 계약정보, 공사개요, 교량 매칭 정보를 조회하는 전용 화면입니다.</div>
|
||||
<section class="table-card">
|
||||
<div class="meta-row" style="margin: 0 0 14px;">
|
||||
<div class="meta-chip" id="countChip">데이터 대기 중</div>
|
||||
|
||||
Reference in New Issue
Block a user