From 907c9a49087b7ff8f6578f377063706790ed3093 Mon Sep 17 00:00:00 2001 From: tangyi <275503107@qq.com> Date: Fri, 1 Apr 2022 18:19:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/dataQuery/projectDetails.vue | 270 ++++++++--------------------- pages/dataQuery/projectQuery.vue | 2 +- 2 files changed, 71 insertions(+), 201 deletions(-) diff --git a/pages/dataQuery/projectDetails.vue b/pages/dataQuery/projectDetails.vue index c34219f..a500563 100644 --- a/pages/dataQuery/projectDetails.vue +++ b/pages/dataQuery/projectDetails.vue @@ -230,99 +230,12 @@ 维修追踪 - - - - - - - - - “黑屏”故障 【某某】已处理。 - - - 2020-05-15 16:00 - - - - - - - - - - “黑屏”故障 【某某】已处理。 - - - 2020-05-15 16:00 - - - - - - - - - - “黑屏”故障 【某某】已处理。 - - - 2020-05-15 16:00 - - - - - - - - - - “黑屏”故障 【某某】已处理。 - - - 2020-05-15 16:00 - - - - - - - - - - “黑屏”故障 【某某】已处理。 - - - 2020-05-15 16:00 - - - - - - - - - - “黑屏”故障 【某某】已处理。 - - - 2020-05-15 16:00 - - - - - - - - - - “黑屏”故障 【某某】已处理。 - - - 2020-05-15 16:00 - - - + + + “部分模组不显示”故障【陈志远】已处理。 + 2020-05-15 16:00 + + @@ -568,113 +481,69 @@ left: 0rpx; } - .record-content { - - padding: 0 52rpx; - padding-top: 33rpx; - overflow: hidden; - background-color: #FFFFFF; - padding-bottom: 43rpx; - } - - .record-content .title { - color: #333333; - margin-left: 12rpx; - font-size: 24rpx; - margin-bottom: 33rpx; - } - - .record-content .list .li { - display: flex; - align-items: center; - margin-bottom: 40rpx; - } - - .record-content .list .li .icon { - width: 14rpx; - height: 14rpx; - margin-right: 50rpx; - border-radius: 50%; - background-color: #999999; - margin-left: 5rpx; - position: relative; - } - - .record-content .list .li .icon::after { - content: ""; - width: 2rpx; - position: absolute; - left: 7rpx; - height: 102rpx; - background-color: #999999; - top: 14rpx; - } - - .record-content .list .li .icon:last-child::after { - content: ""; - width: 2rpx; - position: absolute; - left: 7rpx; - height: 102rpx; - background-color: #999999; - top: 14rpx; - ; - } - - .record-content .list .li .con { - display: flex; - align-items: center; - font-size: 26rpx; - color: #999999; - } - - .record-content .list .on .icon { - background-color: #5caefb; - width: 21rpx; - height: 21rpx; - margin-left: 1rpx; - display: flex; - align-items: center; - justify-content: center; - position: relative; - z-index: 1; - } - - .record-content .list .on .icon .icon-con { - background-color: #0084ff; - width: 13rpx; - height: 13rpx; - border-radius: 50%; - } - - .record-content .list .on .icon::after { - content: ""; - width: 2rpx; - position: absolute; - left: 9rpx; - height: 170rpx; - z-index: -1; - background-color: #0084ff; - top: 20rpx; - } - - .record-content .list .on .con { - display: block; - color: #0084ff; - } - - .record-content .list .on .con .text { - margin-bottom: 35rpx; - } - - .record-content .list .on .con .date { - margin-bottom: 35rpx; - } - - .record-content .list .on { - align-items: flex-start; - } - + .record-content { + padding: 0 52rpx; + + padding-top: 33rpx; + padding-bottom: 40rpx; + background-color: #FFFFFF; + } + + .record-content .title { + color: #333333; + margin-left: 12rpx; + font-size: 30rpx; + margin-bottom: 40rpx; + } + + .record-content .list .li { + position: relative; + display: flex; + align-items: center; + padding-top: 20rpx; + border-left: 2rpx solid #999999; + + } + .record-content .list .li::before { + content: ''; + display: block; + position: absolute; + left: -8rpx; + width: 14rpx; + height: 14rpx; + background-color: #999999; + border-radius: 100%; + }x + .record-content .list .activeTrack { + color: #0084ff; + padding-top: 0rpx; + } + .record-content .list .activeTrack::before { + background-color: rgba(0,132,255,.5); + top: -4rpx; + width: 22rpx; + height: 22rpx; + left: -12rpx; + z-index: 1; + } + .record-content .list .activeTrack::after { + content: ''; + display: block; + position: absolute; + top: 0; + left: -8rpx; + width: 14rpx; + height: 14rpx; + background-color: #999999; + border-radius: 100%; + } + .record-content .list .activeTrack .line-h60 { + margin-top: -26rpx; + margin-bottom: 20rpx; + } + .record-content .list .date { + margin-left: 20rpx; + } .project-materials-title { display: flex; color: #00a2e9; @@ -705,4 +574,5 @@ width: 16%; text-align: center; } + diff --git a/pages/dataQuery/projectQuery.vue b/pages/dataQuery/projectQuery.vue index e9dd29d..aeae139 100644 --- a/pages/dataQuery/projectQuery.vue +++ b/pages/dataQuery/projectQuery.vue @@ -120,7 +120,7 @@ methods: { projectDetailsFun(){ uni.navigateTo({ - url:"/pages/project/details" + url:"/pages/dataQuery/projectDetails" }) }, // 获取列表数据