From 5d5e5bb857bfafda8239dd38179577ae4927e79d Mon Sep 17 00:00:00 2001 From: bb_pan Date: Thu, 27 Nov 2025 10:29:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/engineerUsing/index.vue | 5 +++++ .../components/equiQuantity/index.vue | 7 +++++++ .../components/equiStatus/index.vue | 8 +++++++- .../components/equiTurnover/index.vue | 5 +++++ .../cityScreen-old/components/equiUse/index.vue | 16 ++++++++++++---- .../components/maintenance/index.vue | 7 +++++++ .../cityScreen-old/components/retire/index.vue | 7 +++++++ src/views/screen/cityScreen-old/index.vue | 4 ++++ src/views/screen/components-old/countryMap.vue | 2 ++ 9 files changed, 56 insertions(+), 5 deletions(-) diff --git a/src/views/screen/cityScreen-old/components/engineerUsing/index.vue b/src/views/screen/cityScreen-old/components/engineerUsing/index.vue index 4527c6b0..b1525e55 100644 --- a/src/views/screen/cityScreen-old/components/engineerUsing/index.vue +++ b/src/views/screen/cityScreen-old/components/engineerUsing/index.vue @@ -167,6 +167,11 @@ export default { position: absolute; top: 23%; left: 8%; + font-family: DS-TITLE; + background: linear-gradient(180deg, #fff 19.35%, #5dcbfe 77.42%); + background-clip: text; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; } .select-view{ width: 15%; diff --git a/src/views/screen/cityScreen-old/components/equiQuantity/index.vue b/src/views/screen/cityScreen-old/components/equiQuantity/index.vue index 866ec022..deccc8b4 100644 --- a/src/views/screen/cityScreen-old/components/equiQuantity/index.vue +++ b/src/views/screen/cityScreen-old/components/equiQuantity/index.vue @@ -389,6 +389,11 @@ export default { position: absolute; top: 42%; left: 15%; + font-family: DS-TITLE; + background: linear-gradient(180deg, #fff 19.35%, #5dcbfe 77.42%); + background-clip: text; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; } .content-view{ width: 100%; @@ -420,6 +425,7 @@ export default { .num{ color: #83D3F8; font-size: 26px; + font-family: DIN; } .unit{ font-size: 20px; @@ -429,6 +435,7 @@ export default { .num2{ color: #83D3F8; font-size: 24px; + font-family: DIN; } .unit2{ font-size: 16px; diff --git a/src/views/screen/cityScreen-old/components/equiStatus/index.vue b/src/views/screen/cityScreen-old/components/equiStatus/index.vue index 9ad6c4e8..1904ebe8 100644 --- a/src/views/screen/cityScreen-old/components/equiStatus/index.vue +++ b/src/views/screen/cityScreen-old/components/equiStatus/index.vue @@ -56,7 +56,7 @@ export default { var option = { grid: { show: true, - left: '10%', + left: '18%', right: '10%', top: '20%', bottom: '15%', @@ -230,6 +230,12 @@ export default { position: absolute; top: 42%; left: 18%; + font-family: DS-TITLE; + background: linear-gradient(180deg, #fff 19.35%, #5dcbfe 77.42%); + background-clip: text; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + } .content-view{ width: 100%; diff --git a/src/views/screen/cityScreen-old/components/equiTurnover/index.vue b/src/views/screen/cityScreen-old/components/equiTurnover/index.vue index 0132e054..f1e829d8 100644 --- a/src/views/screen/cityScreen-old/components/equiTurnover/index.vue +++ b/src/views/screen/cityScreen-old/components/equiTurnover/index.vue @@ -81,6 +81,11 @@ export default { position: absolute; top: 35%; left: 18%; + font-family: DS-TITLE; + background: linear-gradient(180deg, #fff 19.35%, #5dcbfe 77.42%); + background-clip: text; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; } .content-view{ width: 100%; diff --git a/src/views/screen/cityScreen-old/components/equiUse/index.vue b/src/views/screen/cityScreen-old/components/equiUse/index.vue index ded1358f..537fe0e2 100644 --- a/src/views/screen/cityScreen-old/components/equiUse/index.vue +++ b/src/views/screen/cityScreen-old/components/equiUse/index.vue @@ -7,19 +7,19 @@
-
+
{{allRate}}%
总体在用率
-
+
{{rate1}}%
变电装备在用率
-
+
{{rate2}}%
线路装备在用率
-
+
{{rate3}}%
电缆装备在用率
@@ -77,6 +77,14 @@ export default { position: absolute; top: 35%; left: 18%; + font-family: DS-TITLE; + background: linear-gradient(180deg, #fff 19.35%, #5dcbfe 77.42%); + background-clip: text; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; +} +.num { + font-family: DIN; } .content-view{ width: 100%; diff --git a/src/views/screen/cityScreen-old/components/maintenance/index.vue b/src/views/screen/cityScreen-old/components/maintenance/index.vue index 0f448a9e..12b46a86 100644 --- a/src/views/screen/cityScreen-old/components/maintenance/index.vue +++ b/src/views/screen/cityScreen-old/components/maintenance/index.vue @@ -90,6 +90,12 @@ export default { position: absolute; top: 35%; left: 18%; + font-family: DS-TITLE; + background: linear-gradient(180deg, #fff 19.35%, #5dcbfe 77.42%); + background-clip: text; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + } .content-view{ width: 100%; @@ -105,6 +111,7 @@ export default { font-size: 26px; font-weight: 600; margin: 0 10px; + font-family: DIN; } .unit{ font-size: 16px; diff --git a/src/views/screen/cityScreen-old/components/retire/index.vue b/src/views/screen/cityScreen-old/components/retire/index.vue index 7f57d5cf..6a04d251 100644 --- a/src/views/screen/cityScreen-old/components/retire/index.vue +++ b/src/views/screen/cityScreen-old/components/retire/index.vue @@ -86,6 +86,12 @@ export default { position: absolute; top: 35%; left: 18%; + font-family: DS-TITLE; + background: linear-gradient(180deg, #fff 19.35%, #5dcbfe 77.42%); + background-clip: text; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + } .content-view{ width: 100%; @@ -101,6 +107,7 @@ export default { font-size: 26px; font-weight: 600; margin: 0 10px; + font-family: DIN; } .unit{ font-size: 16px; diff --git a/src/views/screen/cityScreen-old/index.vue b/src/views/screen/cityScreen-old/index.vue index d430192d..4d74d115 100644 --- a/src/views/screen/cityScreen-old/index.vue +++ b/src/views/screen/cityScreen-old/index.vue @@ -63,6 +63,10 @@ export default { }