he2802 4 rokov pred
rodič
commit
1a120d0808
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      pages2/plan/detail.vue

+ 1 - 1
pages2/plan/detail.vue

@@ -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>