From 9ca4833ee5784eabf2c17764bbeba3f89771c87e Mon Sep 17 00:00:00 2001 From: bb_pan Date: Tue, 25 Nov 2025 18:01:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/screen/wsScreen/components/left/EquipItem.vue | 6 +++++- .../screen/wsScreen/components/left/TotalPriceMore.vue | 5 +++-- .../wsScreen/components/right/ProEquipSituationList.vue | 3 +-- .../screen/wsScreenWidescreen/components/center/index.vue | 2 +- .../screen/wsScreenWidescreen/components/left/EquipItem.vue | 4 ++++ .../wsScreenWidescreen/components/left/TotalPriceMore.vue | 5 +++-- 6 files changed, 17 insertions(+), 8 deletions(-) diff --git a/src/views/screen/wsScreen/components/left/EquipItem.vue b/src/views/screen/wsScreen/components/left/EquipItem.vue index 6d5b5f61..2b3e2766 100644 --- a/src/views/screen/wsScreen/components/left/EquipItem.vue +++ b/src/views/screen/wsScreen/components/left/EquipItem.vue @@ -78,6 +78,10 @@ export default { color: ['#69A6C9', '#7DDBBA', '#6DD48C'], tooltip: { trigger: 'item', + backgroundColor: '#0E1835', + textStyle: { + color: '#fff' + }, }, series: [ { @@ -89,7 +93,7 @@ export default { show: true, formatter: '{b}\n{d}%', color: 'inherit', - fontWeight: '900', + fontWeight: '900', }, labelLine: { show: true, diff --git a/src/views/screen/wsScreen/components/left/TotalPriceMore.vue b/src/views/screen/wsScreen/components/left/TotalPriceMore.vue index 6ef3bac4..a2c4873f 100644 --- a/src/views/screen/wsScreen/components/left/TotalPriceMore.vue +++ b/src/views/screen/wsScreen/components/left/TotalPriceMore.vue @@ -4,7 +4,7 @@ v-if="dialogVisible" v-loading="isLoading" :visible.sync="dialogVisible" - width="36%" + width="50%" :modal="false" class="dlg-box" > @@ -13,7 +13,7 @@
总价值
-
+
@@ -110,6 +110,7 @@ export default { ::v-deep .el-dialog .el-dialog__body { background-image: url('../../img/right-dialog.png'); background-size: 100% 100%; + height: 800px; color: #fff; } ::v-deep .el-dialog__header { diff --git a/src/views/screen/wsScreen/components/right/ProEquipSituationList.vue b/src/views/screen/wsScreen/components/right/ProEquipSituationList.vue index 71c33062..0a84f64c 100644 --- a/src/views/screen/wsScreen/components/right/ProEquipSituationList.vue +++ b/src/views/screen/wsScreen/components/right/ProEquipSituationList.vue @@ -218,8 +218,7 @@ export default { } .table-list { margin-top: 0px; - /* height: 238px; */ - height: 27.6vh; + max-height: 200px; overflow: auto; } .topView { diff --git a/src/views/screen/wsScreenWidescreen/components/center/index.vue b/src/views/screen/wsScreenWidescreen/components/center/index.vue index 15c5786a..c64e9521 100644 --- a/src/views/screen/wsScreenWidescreen/components/center/index.vue +++ b/src/views/screen/wsScreenWidescreen/components/center/index.vue @@ -312,7 +312,7 @@ export default { animationEasingUpdate: 'cubicInOut', // 过渡动画的缓动效果。[ default: cubicInOut ] }, label: { - show: true, + show: false, color: '#FFF', position: 'top', fontSize: 18, diff --git a/src/views/screen/wsScreenWidescreen/components/left/EquipItem.vue b/src/views/screen/wsScreenWidescreen/components/left/EquipItem.vue index 477719e7..fdaeb7e3 100644 --- a/src/views/screen/wsScreenWidescreen/components/left/EquipItem.vue +++ b/src/views/screen/wsScreenWidescreen/components/left/EquipItem.vue @@ -79,6 +79,10 @@ export default { color: pieColors, // 保持原颜色 tooltip: { trigger: 'item', + backgroundColor: '#0E1835', + textStyle: { + color: '#fff' + }, }, // 隐藏图例(图中无图例) // legend: { diff --git a/src/views/screen/wsScreenWidescreen/components/left/TotalPriceMore.vue b/src/views/screen/wsScreenWidescreen/components/left/TotalPriceMore.vue index 6ef3bac4..ad6604f8 100644 --- a/src/views/screen/wsScreenWidescreen/components/left/TotalPriceMore.vue +++ b/src/views/screen/wsScreenWidescreen/components/left/TotalPriceMore.vue @@ -4,7 +4,7 @@ v-if="dialogVisible" v-loading="isLoading" :visible.sync="dialogVisible" - width="36%" + width="45%" :modal="false" class="dlg-box" > @@ -13,7 +13,7 @@
总价值
-
+
@@ -110,6 +110,7 @@ export default { ::v-deep .el-dialog .el-dialog__body { background-image: url('../../img/right-dialog.png'); background-size: 100% 100%; + height: 800px; color: #fff; } ::v-deep .el-dialog__header {