feat(stock): NodeCard 자동 폼 (param_schema 기반) + NodePanel 통합
This commit is contained in:
@@ -49,3 +49,13 @@
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.screener-card h3 { margin: 0 0 12px 0; font-size: 15px; }
|
||||
|
||||
.node-card {
|
||||
background: #0a0f1a;
|
||||
border: 1px solid #1f2937;
|
||||
border-radius: 6px;
|
||||
padding: 10px;
|
||||
font-size: 13px;
|
||||
}
|
||||
.node-card-header { font-weight: 500; margin-bottom: 6px; }
|
||||
.weight-row, .param-row { display: flex; align-items: center; gap: 6px; margin-top: 6px; }
|
||||
|
||||
Reference in New Issue
Block a user