From 7096cb874048a0031e3209449c9f3013ef5f3d79 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 06 十一月 2025 09:16:10 +0800
Subject: [PATCH] 提交
---
screen/src/views/EnergyConsum.vue | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/screen/src/views/EnergyConsum.vue b/screen/src/views/EnergyConsum.vue
index 33a6337..e672529 100644
--- a/screen/src/views/EnergyConsum.vue
+++ b/screen/src/views/EnergyConsum.vue
@@ -17,7 +17,7 @@
<div class="com_header">
<div class="title">
<img src="@/assets/images/ic_title@2x.png" class="icon" alt="" />
- <div>鏈勾绱寰幆鐑熺</div>
+ <div>鏈勾瀹夊窘涓儫绱寰幆鐑熺</div>
</div>
<img src="@/assets/images/title@2x.png" class="bg" alt="" />
</div>
@@ -27,7 +27,7 @@
<div class="name">鏈勾绱寰幆鐑熺</div>
<div><span class="num" style="color: #68cfb2;" v-if="data1.smokeBoxTotal || data1.smokeBoxTotal == 0">{{
data1.smokeBoxTotal.toLocaleString()
- }}</span><span>涓�</span></div>
+ }}</span><span>鍙�</span></div>
</div>
</div>
</div>
@@ -357,7 +357,7 @@
formatter: function (params) {
// 閬嶅巻鎮诞鏃剁殑鎵�鏈夌偣锛屽畾鍒跺寲鏄剧ず鍐呭
let result = `<div>
- <div style="width: 120px">${params[0].name}鏈�</div>
+ <div style="width: 120px">${params[0].name}鏈�</div>
<div style="display: flex;align-items: center;;margin-top: 2px;">
<div style="display: flex;align-items: center;"><div style="width: 10px;height: 10px; border-radius: 50%;background-color: #f6d047;margin-right: 6px;"></div></div>
<div><strong>${params[0].value} L</strong></div>
@@ -651,7 +651,7 @@
formatter: function (params) {
// 閬嶅巻鎮诞鏃剁殑鎵�鏈夌偣锛屽畾鍒跺寲鏄剧ず鍐呭
let result = `<div>
- <div style="width: 120px">${params[0].name}鏈�</div>
+ <div style="width: 120px">${params[0].name}鏈�</div>
<div style="display: flex;align-items: center;;margin-top: 2px;">
<div style="display: flex;align-items: center;"><div style="width: 10px;height: 10px; border-radius: 50%;background-color: #61a1c4;margin-right: 6px;"></div></div>
<div><strong>${params[0].value} </strong></div>
@@ -963,13 +963,13 @@
}
.item2 {
- top: 112px;
- left: 106px;
+ top: 182px;
+ left: 56px;
}
.item3 {
- top: 112px;
- right: 106px;
+ top: -24px;
+ right: 400px;
}
.item4 {
@@ -978,7 +978,7 @@
}
.item5 {
- top: 291px;
+ top: 182px;
right: 56px;
}
@@ -1281,4 +1281,4 @@
z-index: -1;
}
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3