feat(stock): ResultTable 본구현 + ScoreChips (노드 칩 + 70점 강조)

This commit is contained in:
2026-05-12 14:21:05 +09:00
parent 1e8542f6c7
commit c42d3fe8d4
3 changed files with 88 additions and 18 deletions

View File

@@ -59,3 +59,12 @@
}
.node-card-header { font-weight: 500; margin-bottom: 6px; }
.weight-row, .param-row { display: flex; align-items: center; gap: 6px; margin-top: 6px; }
.screener-table {
width: 100%;
font-size: 13px;
border-collapse: collapse;
}
.screener-table th { text-align: left; padding: 8px; background: #0a0f1a; color: #9ca3af; font-weight: 500; border-bottom: 1px solid #1f2937; }
.screener-table td { padding: 8px; border-bottom: 1px solid #1a2230; vertical-align: middle; }
.screener-table tr:hover { background: #0a0f1a; }