From eb0098dc480a6bedf6a77d4101ee618b13b16911 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Fri, 16 Jan 2026 17:19:47 +0800 Subject: [PATCH] =?UTF-8?q?style(Community):=20=E7=9B=B8=E5=85=B3=E8=82=A1?= =?UTF-8?q?=E7=A5=A8=E5=BC=B9=E7=AA=97=E8=A1=A8=E6=A0=BC=20hover=20?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=89=B2=E6=94=B9=E4=B8=BA=E6=B7=B1=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 为 .related-stocks-table-wrapper 添加专属 hover 样式 - hover 背景色: rgba(30, 40, 70, 0.8) 深蓝灰色 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../Community/components/HeroPanel/styles/animations.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/Community/components/HeroPanel/styles/animations.css b/src/views/Community/components/HeroPanel/styles/animations.css index 6e8c332a..75cece85 100644 --- a/src/views/Community/components/HeroPanel/styles/animations.css +++ b/src/views/Community/components/HeroPanel/styles/animations.css @@ -122,6 +122,13 @@ scrollbar-color: rgba(255, 215, 0, 0.4) rgba(255, 255, 255, 0.05); } +/* 相关股票表格 hover 样式 - 深色背景 */ +.related-stocks-table-wrapper .ant-table-tbody > tr:hover > td, +.related-stocks-table-wrapper .ant-table-tbody > tr.ant-table-row:hover > td, +.related-stocks-table-wrapper .ant-table-cell-row-hover { + background: rgba(30, 40, 70, 0.8) !important; +} + /* Tag 样式优化 */ .hero-panel-modal .ant-tag { border-radius: 4px !important;