修改
This commit is contained in:
@@ -180,9 +180,12 @@
|
||||
<view class="right">
|
||||
<view class="title ellipsis-text">{{ item.crsName }}</view>
|
||||
<view class="note ellipsis-text">
|
||||
更新:{{ (item.mtTime || '').substr(0, 10) }} 丨已学:{{ item.accmStdyCnt }}
|
||||
更新:{{ (item.mtTime || '').substr(0, 10) }}
|
||||
</view>
|
||||
<view class="button_div">
|
||||
<view class="note ellipsis-text">
|
||||
已学:{{ item.accmStdyCnt }}人次
|
||||
</view>
|
||||
<view class="button">去学习</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -220,9 +223,12 @@
|
||||
<view class="right">
|
||||
<view class="title ellipsis-text">{{ item.crsName }}</view>
|
||||
<view class="note ellipsis-text">
|
||||
更新:{{ (item.mtTime || '').substr(0, 10) }} 丨已学:{{ item.accmStdyCnt }}
|
||||
更新:{{ (item.mtTime || '').substr(0, 10) }}
|
||||
</view>
|
||||
<view class="button_div">
|
||||
<view class="note ellipsis-text">
|
||||
已学:{{ item.accmStdyCnt }}人次
|
||||
</view>
|
||||
<view class="button">去学习</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -259,9 +265,12 @@
|
||||
<view class="right">
|
||||
<view class="title ellipsis-text">{{ item.crsName }}</view>
|
||||
<view class="note ellipsis-text">
|
||||
更新:{{ (item.mtTime || '').substr(0, 10) }} 丨已学:{{ item.accmStdyCnt }}
|
||||
更新:{{ (item.mtTime || '').substr(0, 10) }}
|
||||
</view>
|
||||
<view class="button_div">
|
||||
<view class="note ellipsis-text">
|
||||
已学:{{ item.accmStdyCnt }}人次
|
||||
</view>
|
||||
<view class="button">去学习</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -559,8 +568,7 @@
|
||||
|
||||
.button_div {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
||||
justify-content: space-between;
|
||||
.button {
|
||||
text-align: center;
|
||||
line-height: 62rpx;
|
||||
|
||||
Reference in New Issue
Block a user