Merge branch 'master' of http://192.168.1.22:3000/frontend/pqs-9100_client
This commit is contained in:
@@ -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',
|
||||
@@ -630,15 +630,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;
|
||||
|
||||
Reference in New Issue
Block a user