복합지표 추가
This commit is contained in:
@@ -1299,6 +1299,36 @@
|
||||
font-size: 0.58rem;
|
||||
color: var(--se-text-dim);
|
||||
}
|
||||
.se-flow-settings-hint--muted {
|
||||
opacity: 0.85;
|
||||
}
|
||||
.se-field-readout {
|
||||
display: block;
|
||||
padding: 8px 10px;
|
||||
border-radius: 8px;
|
||||
background: color-mix(in srgb, var(--se-text) 4%, transparent);
|
||||
color: var(--se-text-muted);
|
||||
font-size: 0.82rem;
|
||||
}
|
||||
.se-flow-gate-stoch-pair {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 6px;
|
||||
margin-top: 6px;
|
||||
padding-top: 6px;
|
||||
border-top: 1px solid color-mix(in srgb, var(--se-border) 70%, transparent);
|
||||
}
|
||||
.se-flow-gate-stoch-pair-title {
|
||||
font-size: 0.62rem;
|
||||
font-weight: 700;
|
||||
color: var(--se-palette-composite-accent, #a78bfa);
|
||||
line-height: 1.3;
|
||||
text-align: left;
|
||||
}
|
||||
.se-flow-node--stoch-pair {
|
||||
min-height: 88px;
|
||||
}
|
||||
|
||||
.se-flow-handle {
|
||||
width: 9px !important; height: 9px !important;
|
||||
@@ -1391,14 +1421,40 @@
|
||||
}
|
||||
.se-node-config-bar .sp-cond-editor { margin: 0; }
|
||||
|
||||
.sp-cond-row-composite-tf {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 8px;
|
||||
margin-bottom: 8px;
|
||||
.sp-cond-readout {
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding: 6px 8px;
|
||||
border-radius: 6px;
|
||||
border: 1px solid var(--se-input-border);
|
||||
background: color-mix(in srgb, var(--se-text) 4%, transparent);
|
||||
color: var(--se-text-muted);
|
||||
font-size: 0.72rem;
|
||||
}
|
||||
.se-node-config-bar .sp-cond-sel,
|
||||
.se-node-config-bar .sp-cond-num {
|
||||
|
||||
.se-node-config-bar--stoch-pair {
|
||||
flex-wrap: wrap;
|
||||
align-items: flex-start;
|
||||
gap: 8px 12px;
|
||||
}
|
||||
.se-stoch-pair-inline-settings {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px 12px;
|
||||
align-items: flex-end;
|
||||
min-width: 0;
|
||||
}
|
||||
.se-stoch-pair-inline-settings .se-flow-settings-field {
|
||||
min-width: 140px;
|
||||
margin: 0;
|
||||
}
|
||||
.se-stoch-pair-inline-settings .se-flow-settings-hint {
|
||||
flex: 1 1 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.sp-cond-row-composite-tf {
|
||||
background: var(--se-input-bg);
|
||||
border-color: var(--se-input-border);
|
||||
color: var(--se-text);
|
||||
|
||||
Reference in New Issue
Block a user