Describe 8092 project code page

This commit is contained in:
2026-06-05 15:59:53 +09:00
parent d848de48ae
commit 551a2447a4

View File

@@ -47,6 +47,16 @@
gap: 10px; gap: 10px;
margin-top: 18px; 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 { .meta-chip {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
@@ -451,6 +461,7 @@
</head> </head>
<body> <body>
<main class="shell"> <main class="shell">
<div class="shared-note">`8092` 페이지입니다. 시공코드 목록, 계약정보, 공사개요, 교량 매칭 정보를 조회하는 전용 화면입니다.</div>
<section class="table-card"> <section class="table-card">
<div class="meta-row" style="margin: 0 0 14px;"> <div class="meta-row" style="margin: 0 0 14px;">
<div class="meta-chip" id="countChip">데이터 대기 중</div> <div class="meta-chip" id="countChip">데이터 대기 중</div>