Describe 8091 dashboard and 8092 project code pages
This commit is contained in:
@@ -21,10 +21,12 @@
|
||||
.legend{display:grid;grid-template-columns:1fr 1fr;gap:8px}
|
||||
.legend-item{display:flex;gap:8px;align-items:center;font-size:12px;background:#fff;border:1px solid #e1d7cb;border-radius:10px;padding:7px 9px}
|
||||
.dot{width:11px;height:11px;border-radius:999px}
|
||||
.shared-note{margin:0 0 12px;padding:10px 12px;border:1px solid #d7e5ee;border-radius:12px;background:#eef8fb;color:#355468;font-size:12px;line-height:1.55}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrap">
|
||||
<div class="shared-note">이 화면은 선택한 프로젝트의 년도별 인원 투입 비중과 월별 투입 상세를 보여줍니다.</div>
|
||||
<div class="card"><div class="row" style="justify-content:space-between"><h3 id="title" style="margin:0">선택 프로젝트 상세 (년도별)</h3><label>년도 <select id="yearSel"></select></label></div></div>
|
||||
<div class="card"><div id="donutWrap" class="donut-wrap"></div></div>
|
||||
<div class="card"><h3 style="margin:0 0 8px">인원 투입 상세 (년/월)</h3><div class="table-wrap"><table id="tblA"></table></div></div>
|
||||
|
||||
Reference in New Issue
Block a user