diff --git a/src/apps/AppPageParty/AppPageParty.vue b/src/apps/AppPageParty/AppPageParty.vue index 21bdb176..f77afadf 100644 --- a/src/apps/AppPageParty/AppPageParty.vue +++ b/src/apps/AppPageParty/AppPageParty.vue @@ -15,17 +15,20 @@ export default { { name: '三会一课', icon: require('./img/shyk.png'), - url: '../party/AppThreeSessions/AppThreeSessions' + url: '../party/AppThreeSessions/AppThreeSessions', + isBottom: true }, { name: '党建要闻', icon: require('./img/djyw.png'), - url: '../AppServicePublic/AppServicePublic?moduleId=95f0f1c509e44d528069bc9f9dc19e53&listName=党建要闻' + url: '../AppServicePublic/AppServicePublic?moduleId=95f0f1c509e44d528069bc9f9dc19e53&listName=党建要闻', + isBottom: true }, { name: '党员学习', icon: require('./img/dyxx.png'), - url: '../party/AppPartyHistoryEducation/classroomList' + url: '../party/AppPartyHistoryEducation/classroomList', + isBottom: true }, { name: '在线答题', diff --git a/src/components/AiListPage.vue b/src/components/AiListPage.vue index 0d918952..87973181 100644 --- a/src/components/AiListPage.vue +++ b/src/components/AiListPage.vue @@ -6,7 +6,7 @@
{{label}}
-
+

{{item.name}}

@@ -72,7 +72,6 @@ export default { text-align: center; padding-bottom: 38px; border-right: 1px solid #eee; - border-top: 1px solid #eee; width: calc(33% - 1px); float: left; .icon{ @@ -94,11 +93,6 @@ export default { .item:nth-of-type(3n) { border-right: 0; } - .item:nth-child(1), - .item:nth-child(2), - .item:nth-child(3) { - border-top: 0; - } } } }