添加题目数量+考试时长灵活设置
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user