diff --git a/commons/flying-monkey.css b/commons/flying-monkey.css index 38e248e..9567a97 100644 --- a/commons/flying-monkey.css +++ b/commons/flying-monkey.css @@ -361,9 +361,11 @@ uni-radio .uni-radio-input {border: 1rpx solid #444444;} margin-top: 10rpx; } /* 消息中心 */ +.message-circle{display: flex;align-items: center;} .message-circle::before { content: ''; display: flex; + flex-shrink: 0; width: 24rpx; height: 24rpx; background-color: #6f91ff; @@ -378,4 +380,7 @@ uni-radio .uni-radio-input {border: 1rpx solid #444444;} } .system-notification::before { background-color: #2cfc3b; +} +.server-message::before { + background-color: #FF0000; } \ No newline at end of file diff --git a/pages/dataQuery/dataQuery.vue b/pages/dataQuery/dataQuery.vue index e65e2ca..73d7bce 100644 --- a/pages/dataQuery/dataQuery.vue +++ b/pages/dataQuery/dataQuery.vue @@ -37,7 +37,7 @@ 正常 - 待维修 + 待维保 @@ -73,7 +73,7 @@ 正常 - 待维修 + 待维保 @@ -109,7 +109,7 @@ 正常 - 待维修 + 待维保 diff --git a/pages/dataQuery/projectDetails.vue b/pages/dataQuery/projectDetails.vue index e50c36e..e330638 100644 --- a/pages/dataQuery/projectDetails.vue +++ b/pages/dataQuery/projectDetails.vue @@ -49,7 +49,7 @@ - 最近一次故障时间:2021-11-18 17:00:16 + 最近一次维保时间:2021-11-18 17:00:16 @@ -232,7 +232,7 @@ - “部分模组不显示”故障【陈志远】已处理。 + “部分模组不显示”维保【陈志远】已处理。 2020-05-15 16:00 @@ -260,7 +260,7 @@ interval: 3000, index: 1, recordState: [{ - title: '维修记录', + title: '维保记录', state: true }, { diff --git a/pages/faultStatistics/faultStatistics.vue b/pages/faultStatistics/faultStatistics.vue index 5cbcee2..3ad90ce 100644 --- a/pages/faultStatistics/faultStatistics.vue +++ b/pages/faultStatistics/faultStatistics.vue @@ -1,6 +1,6 @@