diff --git a/components/company/company.vue b/components/company/company.vue index e100962..5c5407a 100644 --- a/components/company/company.vue +++ b/components/company/company.vue @@ -171,7 +171,6 @@ url: `/subpkg/pdfView/pdfView?url=${res.data.url}` }) }) - }, naviBack() { uni.navigateBack() diff --git a/components/taskCard/taskCard.vue b/components/taskCard/taskCard.vue index e042534..11e7878 100644 --- a/components/taskCard/taskCard.vue +++ b/components/taskCard/taskCard.vue @@ -46,9 +46,9 @@ display: flex; justify-content: space-between; align-items: center; + margin-bottom: 8rpx; .title { - height: 39rpx; font-size: 28rpx; font-weight: 500; line-height: 35rpx; @@ -95,11 +95,11 @@ } .center { - height: 35rpx; font-size: 25rpx; font-weight: 400; color: #333333; line-height: 35rpx; + margin-bottom: 8rpx; } .bottom { diff --git a/pages.json b/pages.json index b7e5b93..68bcdd7 100644 --- a/pages.json +++ b/pages.json @@ -337,6 +337,15 @@ "navigationBarTextStyle": "white" } + }, { + "path": "taskAdmin/taskAdmin", + "style": { + "navigationBarTitleText": "任务管理", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#3175f9", + "navigationBarTextStyle": "white" + } + }] }], "globalStyle": { diff --git a/pages/oaTask/oaTask.vue b/pages/oaTask/oaTask.vue index df27082..46f9fa8 100644 --- a/pages/oaTask/oaTask.vue +++ b/pages/oaTask/oaTask.vue @@ -1,9 +1,8 @@