更新Company页面的UI为FUI风格

This commit is contained in:
2025-12-17 21:41:57 +08:00
parent 067b720263
commit 0d150f7b26
5 changed files with 32 additions and 1 deletions

View File

@@ -133,6 +133,8 @@ const StockQuoteCard: React.FC<StockQuoteCardProps> = ({
eps={quoteData.eps}
pb={quoteData.pb}
marketCap={quoteData.marketCap}
totalShares={quoteData.totalShares}
floatShares={quoteData.floatShares}
week52Low={quoteData.week52Low}
week52High={quoteData.week52High}
/>