工作台css样式调整

This commit is contained in:
liuye
2023-10-27 14:36:45 +08:00
parent 5b80894b76
commit 14e3acdfa2
4 changed files with 10 additions and 17 deletions

View File

@@ -15,20 +15,17 @@ export default {
{ {
name: '居民活动', name: '居民活动',
icon: require('./img/jmhd.png'), icon: require('./img/jmhd.png'),
url: '../AppResidentActivitie/AppResidentActivities', url: '../AppResidentActivitie/AppResidentActivities'
isBottom: false
}, },
{ {
name: '居民议事', name: '居民议事',
icon: require('./img/jmys.png'), icon: require('./img/jmys.png'),
url: '../AppVillageDiscuss/AppVillageDiscuss', url: '../AppVillageDiscuss/AppVillageDiscuss'
isBottom: false
}, },
{ {
name: '小程序公告', name: '小程序公告',
icon: require('./img/xcxgg.png'), icon: require('./img/xcxgg.png'),
url: '../AppUniMsg/AppUniMsg', url: '../AppUniMsg/AppUniMsg'
isBottom: false
} }
], ],
headerBg: require('./img/header-bg.png'), headerBg: require('./img/header-bg.png'),

View File

@@ -22,19 +22,16 @@ export default {
name: '党建要闻', name: '党建要闻',
icon: require('./img/djyw.png'), icon: require('./img/djyw.png'),
url: '../AppServicePublic/AppServicePublic?moduleId=95f0f1c509e44d528069bc9f9dc19e53&listName=党建要闻', url: '../AppServicePublic/AppServicePublic?moduleId=95f0f1c509e44d528069bc9f9dc19e53&listName=党建要闻',
isBottom: true
}, },
{ {
name: '党员学习', name: '党员学习',
icon: require('./img/dyxx.png'), icon: require('./img/dyxx.png'),
url: '../AppPartyHistoryEducation/classroomList', url: '../AppPartyHistoryEducation/classroomList',
isBottom: true
}, },
{ {
name: '党史题库', name: '党史题库',
icon: require('./img/zxdt.png'), icon: require('./img/zxdt.png'),
url: '../AppOnlineAnswer/AppOnlineAnswer', url: '../AppOnlineAnswer/AppOnlineAnswer'
isBottom: false
} }
], ],
headerBg: require('./img/header-bg.png'), headerBg: require('./img/header-bg.png'),

View File

@@ -54,12 +54,5 @@ uni-page-body {
.AppPageInteraction { .AppPageInteraction {
height: 100%; 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;
}
} }
</style> </style>

View File

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