diff --git a/src/assets/scss/dataBoard/popup-info.scss b/src/assets/scss/dataBoard/popup-info.scss index 31791fcb3..9b1693eec 100644 --- a/src/assets/scss/dataBoard/popup-info.scss +++ b/src/assets/scss/dataBoard/popup-info.scss @@ -63,4 +63,82 @@ } } } + /deep/.timeline { + margin-top: 15px; + .sucess { + .el-timeline-item__node { + width: 16px; + height: 16px; + background-color: #0c81fe; + border: solid 3px #fff; + box-shadow: 0px 0px 10px 5px #0c81fe; + } + } + .el-timeline-item__node { + width: 16px; + height: 16px; + background: #09176c; + border: 1px solid #007ae7; + border-radius: 50%; + } + .el-timeline-item__tail { + left: 6px; + border-left: 1px solid #6398d1; + } + .status-box { + display: flex; + + .status2 { + width: 66px; + height: 24px; + background: #0c81fe; + border-radius: 10px 0px 10px 0px; + color: #fefefe; + text-align: center; + line-height: 24px; + } + .status1 { + width: 66px; + height: 24px; + font-size: 16px; + font-family: Microsoft YaHei; + font-weight: 400; + color: #3d86ff; + line-height: 24px; + } + .timestamp { + width: 121px; + + font-size: 12px; + font-family: Microsoft YaHei; + font-weight: 300; + color: #b5d9ff; + line-height: 32px; + opacity: 0.46; + margin-left: 11px; + } + } + .content { + display: flex; + .field { + width: 80px; + font-size: 16px; + font-family: Microsoft YaHei; + font-weight: 400; + color: #b5d9ff; + line-height: 32px; + opacity: 0.76; + text-align: right; + } + .value { + flex: 1; + + font-size: 16px; + font-family: Microsoft YaHei; + font-weight: 400; + color: #ffffff; + line-height: 32px; + } + } + } } diff --git a/src/views/dataBoard/cpts/need-details.vue b/src/views/dataBoard/cpts/need-details.vue index 316f8c40c..b9125b044 100644 --- a/src/views/dataBoard/cpts/need-details.vue +++ b/src/views/dataBoard/cpts/need-details.vue @@ -38,39 +38,81 @@