修复趋势回调止盈误显与行情区成交量被裁切的问题
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1969,14 +1969,19 @@ body.login-page {
|
||||
.market-chart-wrap {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: min(72vh, 640px);
|
||||
min-height: 360px;
|
||||
height: min(76vh, 680px);
|
||||
min-height: 380px;
|
||||
border: 1px solid var(--border-soft);
|
||||
border-radius: var(--radius);
|
||||
background: #0a1018;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.market-chart-wrap.has-pos-panel {
|
||||
height: min(80vh, 740px);
|
||||
min-height: 440px;
|
||||
}
|
||||
|
||||
.market-ohlcv-bar {
|
||||
flex: 0 0 auto;
|
||||
padding: 8px 12px;
|
||||
@@ -2147,6 +2152,11 @@ body.login-page {
|
||||
font-size: 0.68rem;
|
||||
}
|
||||
|
||||
.market-pos-tp-monitored {
|
||||
color: #8fc8ff;
|
||||
font-size: 0.72rem;
|
||||
}
|
||||
|
||||
.sym-link {
|
||||
background: none;
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user