feat(hub): trend plan breakeven and stop from monitor fullscreen

Proxy /api/hub/trend/stop and breakeven to instances; enable offset input and actions in hub UI. Add horizontal padding on strategy records page.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-04 14:46:24 +08:00
parent 52d97482f2
commit f9301b92b9
8 changed files with 253 additions and 14 deletions
+10
View File
@@ -1676,6 +1676,7 @@ body.market-chart-fs-open {
padding: 6px 12px;
background: var(--plan-be-btn-bg);
color: var(--accent);
border: 1px solid var(--plan-be-input-border);
border-radius: 8px;
font-size: 0.78rem;
text-decoration: none;
@@ -1683,6 +1684,15 @@ body.market-chart-fs-open {
white-space: nowrap;
}
.hub-trend-plan-card button.hub-plan-be-btn {
font-family: inherit;
}
.hub-trend-plan-card .hub-plan-be-input:disabled {
opacity: 0.55;
cursor: not-allowed;
}
.hub-trend-plan-card .hub-plan-be-btn--static {
cursor: default;
}