Merge branch 'main' of http://10.dbnt.co.kr:50501/DBNT/geoinfo_eGov_work
commit
0227785269
|
|
@ -199,7 +199,7 @@ if (request.getSession().getAttribute("CLS") == null || "2".equals(request.getSe
|
|||
// content += '<tr onclick="location.href=\'modify.do?CID=' + obj.datas[idx].cid + '\';" data-cid="' + obj.datas[idx].cid + '">';
|
||||
content += '<tr onmousedown="handleMouseDown()" onmousemove="handleMouseMove()" onmouseup="handleRowClick(' + obj.datas[idx].cid + ')" data-cid="' + obj.datas[idx].cid + '">';
|
||||
content += '<td>' + (obj.count - idx - (nCount * (nPage - 1))) + '</td>';
|
||||
content += '<td style="text-align: left; text-indent: 10px;">' + obj.datas[idx].constName + '</td>';
|
||||
content += '<td style="text-align: left; text-indent: 10px;cursor: pointer">' + obj.datas[idx].constName + '</td>';
|
||||
content += '<td>' + obj.datas[idx].projectStateCodeName + '</td>';
|
||||
content += '<td>' + constStartDate + ' ~ ' + constEndDate + '</td>';
|
||||
content += '<td>' + obj.datas[idx].constStateCodeName + '</td>';
|
||||
|
|
|
|||
|
|
@ -6642,6 +6642,7 @@ ul.faq-q > li textarea {
|
|||
.drilling .table-wrap table tr:hover {
|
||||
color: #333;
|
||||
background-color: #dde8f5 !important;
|
||||
font-weight: 400;
|
||||
}
|
||||
.drilling .table-wrap table td {
|
||||
color: #666;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -4971,6 +4971,7 @@ ul.faq-q > li textarea {
|
|||
.table-wrap table tr:hover {
|
||||
color: #333;
|
||||
background-color: #dde8f5 !important;
|
||||
font-weight: 400;
|
||||
}
|
||||
.table-wrap table td {
|
||||
color: #666;
|
||||
|
|
|
|||
Loading…
Reference in New Issue