feat: fix
This commit is contained in:
@@ -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
|
||||
}`,
|
||||
});
|
||||
},
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user