From 16e3c7cf7afb56aaa0622a79518e9162a8197325 Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Tue, 14 Nov 2023 17:39:29 +0800 Subject: [PATCH] =?UTF-8?q?2023-11-14=20=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mortgage/index.vue | 37 +++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/src/views/mortgage/index.vue b/src/views/mortgage/index.vue index 181156e..b6319dc 100644 --- a/src/views/mortgage/index.vue +++ b/src/views/mortgage/index.vue @@ -117,17 +117,17 @@
-
- 2023-11-19  19:33:21    摄像头1号离线 +
+ 2023-10-19  20:05:16    365国润四通道摄像头离线解除
-
- 2023-11-19  19:33:21    摄像头1号离线 +
+ 2023-10-19  19:33:21    365国润四通道摄像头离线
-
- 2023-11-19  19:33:21    摄像头1号离线 +
+ 2023-10-16  16:13:36    365国润三通道摄像头离线解除
-
- 2023-11-19  19:33:21    摄像头1号离线 +
+ 2023-10-16  15:26:12    365国润三通道摄像头离线
@@ -209,7 +209,7 @@
{{inventoryInfo.mendian}}元
- +
@@ -850,11 +850,11 @@ justify-content: center; flex-wrap: wrap; - .container_item { + .container_item1 { width: 100%; height: 30px; line-height: 30px; - color: #999; + color: #E43961; font-size: 16px; font-family: '微软雅黑'; box-sizing: border-box; @@ -864,6 +864,21 @@ margin-left: 10px; } } + + .container_item2 { + width: 100%; + height: 30px; + line-height: 30px; + color: #A0D090; + font-size: 16px; + font-family: '微软雅黑'; + box-sizing: border-box; + padding-left: 20px; + + span { + margin-left: 10px; + } + } } } }