feat: fix

This commit is contained in:
2025-11-20 22:21:16 +08:00
parent 25399920db
commit 18deeb7831
2 changed files with 3 additions and 2 deletions

View File

@@ -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
}`,
});
},

View File

@@ -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;