|
@@ -14365,16 +14365,16 @@ ${_this.unitJson[0].chapterInfo[0].taskJson[index].taskDetail3.replaceAll('#',''
|
|
|
res.data[0][cti].id == "34628934-d02f-11ec-8c78-005056b86db5" ||
|
|
|
res.data[0][cti].id == "34628934-d02f-11ec-8c78-005056b86ac5"
|
|
|
) {
|
|
|
- res.data[0][cti].name = "年级";
|
|
|
+ res.data[0][cti].name = "Grade";
|
|
|
} else if (
|
|
|
res.data[0][cti].id == "34629907-d02f-11ec-8c78-005056b86db5" ||
|
|
|
res.data[0][cti].id == "34629907-d02f-11ec-8c78-005056b86ac5"
|
|
|
) {
|
|
|
- res.data[0][cti].name = "学科";
|
|
|
+ res.data[0][cti].name = "Subject";
|
|
|
} else if (
|
|
|
res.data[0][cti].id == "34629bcc-d02f-11ec-8c78-005056b86db5"
|
|
|
) {
|
|
|
- res.data[0][cti].name = "主题";
|
|
|
+ res.data[0][cti].name = "Theme";
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -27754,6 +27754,7 @@ ol {
|
|
|
.info_box_t{
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
+ flex-wrap: wrap;
|
|
|
}
|
|
|
|
|
|
.info_box_t + .info_box_t{
|
|
@@ -27763,6 +27764,8 @@ ol {
|
|
|
.info_box_t_box{
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ margin-bottom: 5px;
|
|
|
}
|
|
|
|
|
|
.info_box_t_box + .info_box_t_box{
|