우측 매수/매도 패널 내용 표시 안되는 버그 수정
paperDashboard.css가 PaperTradingPage에만 임포트되어 있어 VirtualTradingPage·알림목록·실시간 차트·백테스팅 등에서 ptd-split-card-body의 flex:1 레이아웃이 없어 콘텐츠 높이가 0이 됨. BuilderPageShell·ChartWorkspaceView·TradeNotificationListPage에 paperDashboard.css 임포트 추가로 전 페이지에서 정상 표시되도록 수정. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -35,6 +35,7 @@ import { readStoredBool, storeBool } from './strategyEditor/usePanelResize';
|
||||
import '../styles/strategyEditorTheme.css';
|
||||
import '../styles/virtualTradingDashboard.css';
|
||||
import '../styles/builderPageShell.css';
|
||||
import '../styles/paperDashboard.css';
|
||||
import '../styles/tradeRightPanel.css';
|
||||
import '../styles/tradeNotificationList.css';
|
||||
import TradeNotificationListRow from './tradeNotification/TradeNotificationListRow';
|
||||
|
||||
@@ -9,6 +9,7 @@ import {
|
||||
} from '../strategyEditor/usePanelResize';
|
||||
import '../../styles/strategyEditorTheme.css';
|
||||
import '../../styles/builderPageShell.css';
|
||||
import '../../styles/paperDashboard.css';
|
||||
import '../../styles/tradeRightPanel.css';
|
||||
|
||||
const LEFT_MIN = 220;
|
||||
|
||||
Reference in New Issue
Block a user