开发完错题本
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user