feat: fix
This commit is contained in:
@@ -119,7 +119,7 @@ function NTRPTestEntryCard(props: {
|
|||||||
}
|
}
|
||||||
Taro.navigateTo({
|
Taro.navigateTo({
|
||||||
url: `/other_pages/ntrp-evaluate/index?stage=${
|
url: `/other_pages/ntrp-evaluate/index?stage=${
|
||||||
testFlag ? StageType.INTRO : StageType.TEST
|
testFlag ? StageType.INTRO : StageType.INTRO
|
||||||
}`,
|
}`,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -65,12 +65,13 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
height: 162px;
|
height: 100%;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
|
||||||
.participants-list-item {
|
.participants-list-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 108px;
|
width: 108px;
|
||||||
|
height: 100%;
|
||||||
padding: 16px 4px 10px 4px;
|
padding: 16px 4px 10px 4px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user