|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <view style="padding: 30rpx;">
|
|
|
+ <view style="padding: 16rpx;">
|
|
|
<view v-if="havePlan">
|
|
|
<view class="card" v-if="havePlan">
|
|
|
<view class="date_t1">
|
|
|
@@ -327,6 +327,7 @@ export default {
|
|
|
console.log(this.calendarStudyVo.miniDayStudyList,789)
|
|
|
this.calendarStudyVo.miniDayStudyList = this.calendarStudyVo.dayStudyList.slice(start, start + 7);
|
|
|
this.showDayList = this.calendarStudyVo.miniDayStudyList;
|
|
|
+ console.log(this.showDayList)
|
|
|
},
|
|
|
jumpDetail(item) {
|
|
|
this.$navTo.togo('/pages2/wd/course', {
|
|
|
@@ -477,15 +478,16 @@ export default {
|
|
|
background: #eb4d3d;
|
|
|
}
|
|
|
.operate_img {
|
|
|
- width: 45rpx;
|
|
|
- height: 45rpx;
|
|
|
+ width: 64rpx;
|
|
|
+ height: 64rpx;
|
|
|
border-radius: 50%;
|
|
|
- padding: 20rpx;
|
|
|
+ padding:14rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
margin: 10rpx 0;
|
|
|
}
|
|
|
.operate {
|
|
|
- height: 418rpx;
|
|
|
- width: 90rpx;
|
|
|
+ margin-top:16rpx;
|
|
|
+ width: 80rpx;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
@@ -538,8 +540,9 @@ export default {
|
|
|
min-height: 418rpx;
|
|
|
box-shadow: 0rpx 0rpx 16rpx 4rpx rgba(47, 67, 121, 0.05);
|
|
|
border-radius: 24rpx;
|
|
|
- margin-top: 20rpx;
|
|
|
+ margin-top: 16rpx;
|
|
|
padding: 15rpx;
|
|
|
+ background:#fff;
|
|
|
}
|
|
|
.date_dot {
|
|
|
width: 6rpx;
|
|
|
@@ -634,6 +637,6 @@ export default {
|
|
|
padding-bottom: 20rpx;
|
|
|
}
|
|
|
page {
|
|
|
- background: #fdfdfd;
|
|
|
+ background: rgba(234,238,241,1);
|
|
|
}
|
|
|
</style>
|