From 18deeb78313ab949380ea807710e893445052993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=9D=B0?= Date: Thu, 20 Nov 2025 22:21:16 +0800 Subject: [PATCH] feat: fix --- src/components/NTRPTestEntryCard/index.tsx | 2 +- .../detail/components/Participants/index.module.scss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/NTRPTestEntryCard/index.tsx b/src/components/NTRPTestEntryCard/index.tsx index 7e2aa82..cce9100 100644 --- a/src/components/NTRPTestEntryCard/index.tsx +++ b/src/components/NTRPTestEntryCard/index.tsx @@ -119,7 +119,7 @@ function NTRPTestEntryCard(props: { } Taro.navigateTo({ url: `/other_pages/ntrp-evaluate/index?stage=${ - testFlag ? StageType.INTRO : StageType.TEST + testFlag ? StageType.INTRO : StageType.INTRO }`, }); }, diff --git a/src/game_pages/detail/components/Participants/index.module.scss b/src/game_pages/detail/components/Participants/index.module.scss index de9448d..47be443 100644 --- a/src/game_pages/detail/components/Participants/index.module.scss +++ b/src/game_pages/detail/components/Participants/index.module.scss @@ -65,12 +65,13 @@ display: flex; flex-direction: row; gap: 8px; - height: 162px; + height: 100%; flex-wrap: nowrap; .participants-list-item { display: flex; width: 108px; + height: 100%; padding: 16px 4px 10px 4px; box-sizing: border-box; flex-direction: column;