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 {