From 14e3acdfa2bdd0ff3b3ba31d81c7365301bad16c Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 27 Oct 2023 14:36:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8F=B0css=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppPageInteraction/AppPageInteraction.vue | 9 +++------ src/apps/AppPageParty/AppPageParty.vue | 5 +---- src/apps/AppPageRevitalize/AppPageRevitalize.vue | 7 ------- src/components/AiListPage.vue | 6 ++++++ 4 files changed, 10 insertions(+), 17 deletions(-) diff --git a/src/apps/AppPageInteraction/AppPageInteraction.vue b/src/apps/AppPageInteraction/AppPageInteraction.vue index bb9d3ac0..ddffe50c 100644 --- a/src/apps/AppPageInteraction/AppPageInteraction.vue +++ b/src/apps/AppPageInteraction/AppPageInteraction.vue @@ -15,20 +15,17 @@ export default { { name: '居民活动', icon: require('./img/jmhd.png'), - url: '../AppResidentActivitie/AppResidentActivities', - isBottom: false + url: '../AppResidentActivitie/AppResidentActivities' }, { name: '居民议事', icon: require('./img/jmys.png'), - url: '../AppVillageDiscuss/AppVillageDiscuss', - isBottom: false + url: '../AppVillageDiscuss/AppVillageDiscuss' }, { name: '小程序公告', icon: require('./img/xcxgg.png'), - url: '../AppUniMsg/AppUniMsg', - isBottom: false + url: '../AppUniMsg/AppUniMsg' } ], headerBg: require('./img/header-bg.png'), diff --git a/src/apps/AppPageParty/AppPageParty.vue b/src/apps/AppPageParty/AppPageParty.vue index 4980dcdc..e0bbcb75 100644 --- a/src/apps/AppPageParty/AppPageParty.vue +++ b/src/apps/AppPageParty/AppPageParty.vue @@ -22,19 +22,16 @@ export default { name: '党建要闻', icon: require('./img/djyw.png'), url: '../AppServicePublic/AppServicePublic?moduleId=95f0f1c509e44d528069bc9f9dc19e53&listName=党建要闻', - isBottom: true }, { name: '党员学习', icon: require('./img/dyxx.png'), url: '../AppPartyHistoryEducation/classroomList', - isBottom: true }, { name: '党史题库', icon: require('./img/zxdt.png'), - url: '../AppOnlineAnswer/AppOnlineAnswer', - isBottom: false + url: '../AppOnlineAnswer/AppOnlineAnswer' } ], headerBg: require('./img/header-bg.png'), diff --git a/src/apps/AppPageRevitalize/AppPageRevitalize.vue b/src/apps/AppPageRevitalize/AppPageRevitalize.vue index 083b37be..b3ea2bd1 100644 --- a/src/apps/AppPageRevitalize/AppPageRevitalize.vue +++ b/src/apps/AppPageRevitalize/AppPageRevitalize.vue @@ -54,12 +54,5 @@ uni-page-body { .AppPageInteraction { height: 100%; - ::v-deep .item{ - border-bottom: 1px solid #eee; - } - ::v-deep .item:nth-last-of-type(1), - ::v-deep .item:nth-last-of-type(2){ - border-bottom: 0; - } } diff --git a/src/components/AiListPage.vue b/src/components/AiListPage.vue index 7aa8bec0..dacd7af8 100644 --- a/src/components/AiListPage.vue +++ b/src/components/AiListPage.vue @@ -73,6 +73,7 @@ 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,6 +95,11 @@ export default { .item:nth-of-type(3n) { border-right: 0; } + .item:nth-of-type(1), + .item:nth-of-type(2), + .item:nth-of-type(3) { + border-top: 0; + } } } }