From 3225438c691e1461d128e676ef1dc9d825bcd2e1 Mon Sep 17 00:00:00 2001 From: Xiaoyu <3306310490@qq.com> Date: Wed, 12 Mar 2025 13:36:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=80=9A=E7=9F=A5=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AIPatrol/sensor/index.vue | 251 ++++++++++++++++------------ 1 file changed, 141 insertions(+), 110 deletions(-) diff --git a/src/views/AIPatrol/sensor/index.vue b/src/views/AIPatrol/sensor/index.vue index 9c5a6d0..eb990a7 100644 --- a/src/views/AIPatrol/sensor/index.vue +++ b/src/views/AIPatrol/sensor/index.vue @@ -1,160 +1,181 @@ @@ -267,7 +298,7 @@ onMounted(() => { .el-icon { font-size: 24px; - color: #409EFF; + color: #409eff; } } } @@ -313,7 +344,7 @@ onMounted(() => { .el-icon { font-size: 20px; - color: #409EFF; + color: #409eff; background: rgba(64, 158, 255, 0.1); padding: 8px; border-radius: 8px; @@ -357,7 +388,7 @@ onMounted(() => { color: #303133; font-size: 15px; font-weight: 500; - font-family: 'DIN Alternate', sans-serif; + font-family: "DIN Alternate", sans-serif; flex: 1; text-align: right; word-break: break-all; @@ -395,9 +426,9 @@ onMounted(() => { .data-value { font-size: 20px; font-weight: 600; - color: #409EFF; + color: #409eff; margin-bottom: 4px; - font-family: 'DIN Alternate', sans-serif; + font-family: "DIN Alternate", sans-serif; } .data-label { @@ -443,4 +474,4 @@ onMounted(() => { align-items: center; } } - \ No newline at end of file +