From 8405746622b8be8892fd74c0d2c802b607c82913 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 16 Mar 2022 08:38:29 +0800 Subject: [PATCH] 28261 --- src/apps/AppMailList/myAddList.vue | 1 - src/apps/AppPartyHistoryEducation/classroomList.vue | 4 ++++ src/apps/AppPartyHistoryEducation/todayList.vue | 5 +++++ 3 files changed, 9 insertions(+), 1 deletion(-) 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; +}