diff --git a/src/apps/AppMailList/myAddList.vue b/src/apps/AppMailList/myAddList.vue index 82b955ec..0faa3d4d 100644 --- a/src/apps/AppMailList/myAddList.vue +++ b/src/apps/AppMailList/myAddList.vue @@ -130,7 +130,6 @@ export default { } .empty{ height: 100%; - background-color: #fff; img{ width: 282px; height: 306px; diff --git a/src/apps/AppPartyHistoryEducation/classroomList.vue b/src/apps/AppPartyHistoryEducation/classroomList.vue index aa7a590a..d338e963 100644 --- a/src/apps/AppPartyHistoryEducation/classroomList.vue +++ b/src/apps/AppPartyHistoryEducation/classroomList.vue @@ -104,5 +104,9 @@ export default { line-height: 22px; } } + ::v-deep .emptyWrap{ + background-color: #f3f6f9; + margin-bottom: 0; + } } diff --git a/src/apps/AppPartyHistoryEducation/todayList.vue b/src/apps/AppPartyHistoryEducation/todayList.vue index a70054ca..9f6926e3 100644 --- a/src/apps/AppPartyHistoryEducation/todayList.vue +++ b/src/apps/AppPartyHistoryEducation/todayList.vue @@ -157,4 +157,9 @@ export default { background: #f2f2f2; } } + +::v-deep .emptyWrap{ + background-color: #f3f6f9; + margin-bottom: 0; +}