完成不同练习生成不同截图
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user