Browse Source

修改项目进展样式

master
lihenian 6 years ago
parent
commit
6772e7ebb1
  1. 2
      src/views/modules/events/item-close-detail-view.vue

2
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'

Loading…
Cancel
Save