Skip to content

Commit 9494d22

Browse files
committed
fix(components): fix current week hint style
1 parent 6e35f74 commit 9494d22

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • src/modules/courseTable/components/weekSelector

src/modules/courseTable/components/weekSelector/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,12 @@ const WeekSelector: FC<WeekSelectorProps> = ({
7676
{
7777
position: 'absolute',
7878
bottom: -12,
79+
width: 31,
80+
overflow: 'visible',
7981
color: '#7878F8',
8082
},
8183
]}
84+
numberOfLines={1}
8285
>
8386
当前周
8487
</Text>

0 commit comments

Comments
 (0)