饼图样式调整

This commit is contained in:
GYYM
2024-12-12 13:23:09 +08:00
parent 8bd5351d29
commit b923b7c35d

View File

@@ -37,7 +37,7 @@
<pie
:customData="{
title: '设备检测状态',
textAlign: 'right',
textAlign: 'center',
}"
:legendData="{
icon: 'circle',
@@ -51,7 +51,7 @@
<pie
:customData="{
title: '设备检测结果',
textAlign: 'right',
textAlign: 'center',
}"
:legendData="{
icon: 'circle',
@@ -65,7 +65,7 @@
<pie
:customData="{
title: '设备报告状态',
textAlign: 'right',
textAlign: 'center',
label: {
normal: {
position: 'inner',
@@ -598,15 +598,17 @@ onUnmounted(() => {
.container_charts {
width: 100%;
//min-height: 180px !important;
height:90%;
height:100%;
background-color: #eee;
display: flex;
justify-content: space-between;
margin-bottom: 10px;
.charts_info {
margin-top: 5px;
border-radius: 4px;
flex: none;
width: 33.4%;
width: 33.1%;
height: 100% !important;
background-color: #fff;
// border-radius: 4px;