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;