保存
This commit is contained in:
@@ -121,6 +121,9 @@
|
||||
</view>
|
||||
<view class="student-info">
|
||||
<view class="student-name">{{ student.name }}</view>
|
||||
<view v-if="planId && type==1 " class="student-time" >
|
||||
pb:{{ student.quicklyTime}}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -766,6 +769,14 @@
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.student-time{
|
||||
font-size: 24rpx;
|
||||
color: #888;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.student-meta {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user