Describe 8092 project code page
This commit is contained in:
@@ -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