开发完错题本

This commit is contained in:
田岩
2025-08-30 20:31:58 +08:00
parent 859248fc6a
commit 05b89f91ca
20 changed files with 396 additions and 232 deletions
@@ -143,27 +143,26 @@
.time_div {
font-family: PingFangSC;
font-weight: 400;
font-size: 23rpx;
font-size: 22rpx;
color: #666;
line-height: 23rpx;
line-height: 24rpx;
flex-wrap: nowrap;
height: 23rpx;
height: 24rpx;
overflow: hidden;
white-space: nowrap;
}
.people_progress_div {
display: flex;
font-family: PingFangSC;
font-weight: 400;
font-size: 23rpx;
font-size: 22rpx;
color: #666;
margin-bottom: 23rpx;
white-space: nowrap;
line-height: 23rpx;
line-height: 24rpx;
flex-wrap: nowrap;
height: 23rpx;
overflow: hidden;
height: 24rpx;
// overflow: hidden;
}
}
}
+4 -2
View File
@@ -97,7 +97,7 @@
:src="passTheExamIcon(item.isFinishStudy === '02' ? '#0066FF' : '#999999')"
></image>
<view class="button_text" :class="item.isFinishStudy === '02' ? 'success' : 'error'">
完成
完成
</view>
</template>
<template v-if="item.isFinishExam !== '01'">
@@ -303,7 +303,9 @@
.circle_div {
width: 20rpx;
height: 20rpx;
border-radius: 100%;
border-radius: 50%;
overflow: hidden;
box-sizing: border-box;
}
.line_div {
height: calc(100% - 20rpx);