diff --git a/src/views/modules/events/item-close-detail-view.vue b/src/views/modules/events/item-close-detail-view.vue index 714313e4..c4d0d00c 100644 --- a/src/views/modules/events/item-close-detail-view.vue +++ b/src/views/modules/events/item-close-detail-view.vue @@ -256,7 +256,7 @@ export default { const oDiv = document.getElementById(`content${index}`) const oBorder = oDiv.parentNode.parentNode.parentNode.firstChild console.log(111) - if (item.type === 'issue') { + if (item.type === 'issue' || item.type === 'issue-project') { oBorder.style.borderLeft = '1px solid #ffa546' } else if (item.type === 'project') { oBorder.style.borderLeft = '1px solid #009688'