diff --git a/src/views/Company/components/StockQuoteCard/index.tsx b/src/views/Company/components/StockQuoteCard/index.tsx index bab956ac..52c30cc2 100644 --- a/src/views/Company/components/StockQuoteCard/index.tsx +++ b/src/views/Company/components/StockQuoteCard/index.tsx @@ -128,7 +128,7 @@ const GlassSection: React.FC = ({ title, children, flex = 1 } bg={T.bgInset} borderRadius={T.radiusLG} border={`1px solid ${T.borderGlass}`} - p={5} + p={4} position="relative" transition={T.transitionFast} _hover={{ @@ -176,12 +176,12 @@ const MetricRow: React.FC = ({ valueColor = T.textWhite, highlight = false, }) => ( - + {label} {value} @@ -232,26 +232,26 @@ const StockQuoteCard: React.FC = ({ <> {/* 内容区域(在装饰层之上)*/} - + {/* ========== 头部区域 ========== */} {/* 左侧:股票名称 + 代码 + 行业 */} {quoteData.name} - + ({quoteData.code}) @@ -314,9 +314,9 @@ const StockQuoteCard: React.FC = ({ {/* ========== 价格区域 ========== */} - + = ({ @@ -370,10 +370,10 @@ const StockQuoteCard: React.FC = ({ {/* ========== 数据区块(Bento Grid)========== */} - + {/* 关键指标 */} - + = ({ {/* 主力动态 */} - +