+
${totUnder > 0 ? `
` : ''}
${totNormal > 0 ? `
` : ''}
- ${totOver > 0 ? `
` : ''}
+ ${totOver > 0 ? `
` : ''}
-
- ${totUnder > 0 ? `
부족 ${totUnder}` : ''}
- ${totNormal > 0 ? `
적정 ${totNormal}` : ''}
- ${totOver > 0 ? `
오버 ${totOver}` : ''}
+
+ ${totUnder > 0 ? `부족 ${totUnder}` : ''}
+ ${totNormal > 0 ? `적정 ${totNormal}` : ''}
+ ${totOver > 0 ? `오버 ${totOver}` : ''}
`;
} else {
- totBarGraphHtml = `
운영중 자산 없음`;
+ totBarGraphHtml = `
운영중 자산 없음`;
}
- const cellStyleHeader = `padding: 12px 10px; text-align: center; font-weight: 800; cursor: pointer; transition: background 0.2s; background: #F8FAFC; font-size: 1.05rem;`;
+ const cellStyleHeader = `padding: 6px 8px; text-align: center; font-weight: 800; cursor: pointer; transition: background 0.2s; background: #F8FAFC; font-size: 0.95rem;`;
const hoverEventsHeader = `onmouseover="this.style.background='#EEF2F6'" onmouseout="this.style.background='#F8FAFC'"`;
matrixTbody.innerHTML = `