添加题目数量+考试时长灵活设置

This commit is contained in:
@fawn-nine
2024-09-11 17:05:56 +08:00
parent 72dcbfdd82
commit c71b2c67b4
7 changed files with 327 additions and 353 deletions

View File

@@ -268,7 +268,7 @@
</u-popup>
<u-popup key="3" v-if="showStudentScoreBlank" :show="showStudentScoreBlank" :round="10" @close="closePup"
ref="">
<view class="upopBox" style="">
<view class="upopBox manScoreBox" style="">
<h3 style="margin-bottom: 20rpx;">
{{thisStudentScore.user.nickname != null && thisStudentScore.user.nickname != '' ? thisStudentScore.user.nickname : "匿名用户"}}
</h3>
@@ -1513,4 +1513,11 @@
z-index: 1;
}
}
.manScoreBox{
.item{padding: 20rpx 0;}
.scoreBox{margin-top: 20rpx; padding: 20rpx;
.ciyao{padding-bottom: 20rpx;}
}
}
</style>