From fba95a67016d238b43dfe5c69c9051b1409bd301 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Tue, 16 Dec 2025 13:09:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(Concept):=20=E4=BF=AE=E5=A4=8D=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E6=97=B6=E9=97=B4=E8=BD=B4=E5=9B=BE=E4=BE=8B=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E4=B8=8E=E6=97=A5=E5=8E=86=E4=B8=8D=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将「涨3%+」图例边框颜色从 orange.400 改为 red.500 - 与日历中高涨幅事件背景色 (#F56565) 统一 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/views/Concept/ConceptTimelineModal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Concept/ConceptTimelineModal.js b/src/views/Concept/ConceptTimelineModal.js index 4844056a..aa4731e8 100644 --- a/src/views/Concept/ConceptTimelineModal.js +++ b/src/views/Concept/ConceptTimelineModal.js @@ -825,7 +825,7 @@ const ConceptTimelineModal = ({ bg="whiteAlpha.100" borderRadius="lg" border="1px solid" - borderColor="orange.400" + borderColor="red.500" flexShrink={0} > 🔥