完成不同练习生成不同截图

This commit is contained in:
kron
2025-06-21 12:59:59 +08:00
parent c1148d6e51
commit a9f4f22622
13 changed files with 177 additions and 63 deletions

View File

@@ -20,7 +20,6 @@ const roundsName = ["第一轮", "第二轮", "第三轮", "第四轮"];
<view
v-for="(_, index) in new Array(Math.ceil(scores.length / 3)).fill(1)"
:key="index"
class="score-item"
>
<text>{{ roundsName[index] }}</text>
<text>{{
@@ -47,8 +46,8 @@ const roundsName = ["第一轮", "第二轮", "第三轮", "第四轮"];
.container {
width: 100vw;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
flex-direction: column;
overflow-x: hidden;
}
.container > view {
width: calc(100% - 30px);