|
|
@@ -40,7 +40,7 @@
|
|
|
<image class="date_line_close" @click="close_calendar" src="/static/close_card.png"></image>
|
|
|
</view>
|
|
|
<view v-for="(item, index) in workList">
|
|
|
- <view style="margin-left: 30rpx;margin-top: 10rpx;" @click="jumpDetail(item)">
|
|
|
+ <view style="margin-left: 30rpx;margin-top: 10rpx;display: flex;align-items: center;" @click="jumpDetail(item)">
|
|
|
<text class="date_t2">{{ item.courseName }}</text>
|
|
|
<view class="circle_num" style="margin-left: 20rpx;">{{ item.chapterNum }}</view>
|
|
|
</view>
|