更新Company页面的UI为FUI风格

This commit is contained in:
2025-12-23 09:50:04 +08:00
parent 317bdb1daf
commit a626c6c872
6 changed files with 175 additions and 21 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>