diff --git a/frontend/src/components/paper/PaperTradeHistoryList.tsx b/frontend/src/components/paper/PaperTradeHistoryList.tsx index cf46e52..d482864 100644 --- a/frontend/src/components/paper/PaperTradeHistoryList.tsx +++ b/frontend/src/components/paper/PaperTradeHistoryList.tsx @@ -85,7 +85,7 @@ const PaperTradeHistoryList: React.FC = ({
{ko} - {fmtTradeTime(t.createdAt)} · {en} + {en}
@@ -116,6 +116,13 @@ const PaperTradeHistoryList: React.FC = ({
+
+ 거래시간 + + {fmtTradeTime(t.createdAt)} + +
+
투자전략 diff --git a/frontend/src/styles/virtualTradingDashboard.css b/frontend/src/styles/virtualTradingDashboard.css index d77af64..77899fc 100644 --- a/frontend/src/styles/virtualTradingDashboard.css +++ b/frontend/src/styles/virtualTradingDashboard.css @@ -645,6 +645,12 @@ font-weight: 600; } +.vtd-trade-meta-value--time { + font-variant-numeric: tabular-nums; + font-weight: 500; + text-align: right; +} + .vtd-muted { font-size: 12px; color: var(--se-text-muted);