thkim 2026-02-06 10:27:46 +09:00
commit 0227785269
4 changed files with 4 additions and 2 deletions

View File

@ -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 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 += '<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>' + (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>' + obj.datas[idx].projectStateCodeName + '</td>';
content += '<td>' + constStartDate + ' ~ ' + constEndDate + '</td>'; content += '<td>' + constStartDate + ' ~ ' + constEndDate + '</td>';
content += '<td>' + obj.datas[idx].constStateCodeName + '</td>'; content += '<td>' + obj.datas[idx].constStateCodeName + '</td>';

View File

@ -6642,6 +6642,7 @@ ul.faq-q > li textarea {
.drilling .table-wrap table tr:hover { .drilling .table-wrap table tr:hover {
color: #333; color: #333;
background-color: #dde8f5 !important; background-color: #dde8f5 !important;
font-weight: 400;
} }
.drilling .table-wrap table td { .drilling .table-wrap table td {
color: #666; color: #666;

File diff suppressed because one or more lines are too long

View File

@ -4971,6 +4971,7 @@ ul.faq-q > li textarea {
.table-wrap table tr:hover { .table-wrap table tr:hover {
color: #333; color: #333;
background-color: #dde8f5 !important; background-color: #dde8f5 !important;
font-weight: 400;
} }
.table-wrap table td { .table-wrap table td {
color: #666; color: #666;