From aa9fe0be1c14ac494c8da8c997931c7c3eca6672 Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Wed, 24 Jul 2024 17:24:21 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/contractors/basicInfo.vue | 3 ++- pages/standardScheduleNews/recordDetail.vue | 12 ++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/pages/contractors/basicInfo.vue b/pages/contractors/basicInfo.vue index 4a8ba886..13d02457 100644 --- a/pages/contractors/basicInfo.vue +++ b/pages/contractors/basicInfo.vue @@ -65,7 +65,8 @@
- 承包商名称 + + 承包项目名称 {{item.cbsName || '--'}} diff --git a/pages/standardScheduleNews/recordDetail.vue b/pages/standardScheduleNews/recordDetail.vue index 02bc0482..9986715d 100644 --- a/pages/standardScheduleNews/recordDetail.vue +++ b/pages/standardScheduleNews/recordDetail.vue @@ -5,7 +5,7 @@ 进度管理系统 - + 进度详情 @@ -81,6 +81,7 @@ export default { data() { return { + mobileTopHeight: 0, itemFrom: {}, userInfo: {}, tableData: [], @@ -88,6 +89,12 @@ } }, onLoad(option) { + uni.getSystemInfo({ + success(res) { + that.mobileTopHeight = res.statusBarHeight ? res.statusBarHeight : 0; + console.log(res) + } + }) this.itemFrom = JSON.parse(option.obj); console.log(this.itemFrom, 666777) if (this.itemFrom) { @@ -137,6 +144,7 @@ width: 100%; box-sizing: border-box; padding: 20rpx 16rpx; + // height: calc(100vh - 88rpx - 32rpx); .title { margin: 20rpx; @@ -163,11 +171,11 @@ } .type-img { - margin-top: 20rpx; display: flex; flex-wrap: wrap; image { + margin-top: 20rpx; width: 280rpx; height: 200rpx; margin-right: 20rpx;