Merge branch 'feature_bugfix/251217_stock' of https://git.valuefrontier.cn/vf/vf_react into feature_bugfix/251217_stock

* 'feature_bugfix/251217_stock' of https://git.valuefrontier.cn/vf/vf_react:
  更新Company页面的UI为FUI风格
  更新Company页面的UI为FUI风格
This commit is contained in:
zdl
2025-12-23 17:46:45 +08:00
6 changed files with 110 additions and 22 deletions

View File

@@ -130,12 +130,12 @@ const TimelineEventItem = React.memo(({ event, isSelected, onEventClick }) => {
{/* 第二行:标题 */}
<Text
fontSize="sm"
color="#63b3ed"
color="#e2e8f0"
fontWeight="medium"
noOfLines={2}
lineHeight="1.5"
mb={2}
_hover={{ textDecoration: "underline" }}
_hover={{ textDecoration: "underline", color: "#fff" }}
>
{event.title}
</Text>