diff --git a/packages/bigscreen/dv/AppQxnDv.vue b/packages/bigscreen/dv/AppQxnDv.vue index f3ffe9be..448b62f7 100644 --- a/packages/bigscreen/dv/AppQxnDv.vue +++ b/packages/bigscreen/dv/AppQxnDv.vue @@ -546,12 +546,12 @@ ], series: [ { - name: '居民人数', + name: '群主数量', type: 'bar', barWidth: '15' }, { - name: '新增居民', + name: '群数量', barWidth: '15', type: 'bar' } @@ -893,6 +893,7 @@ } .wrapper { + flex: 1; margin-bottom: 12px; } @@ -1055,7 +1056,7 @@ :deep(.ai-table) { .el-table { - font-size: 12px; + font-size: 11px; color: #d0e1e8; background-color: transparent!important; @@ -1157,8 +1158,8 @@ } } .right-middle { - width: 522px; - margin: 0 20px; + width: 512px; + margin: 0 14px; .right-middle__middle { display: flex; @@ -1198,8 +1199,8 @@ display: flex; align-items: center; flex-direction: column; - width: 240px; - margin-right: 14px; + width: 230px; + margin-right: 10px; .left-list { flex: 1; diff --git a/packages/bigscreen/dv/components/DoughnutChart.vue b/packages/bigscreen/dv/components/DoughnutChart.vue index d198fd82..253b562b 100644 --- a/packages/bigscreen/dv/components/DoughnutChart.vue +++ b/packages/bigscreen/dv/components/DoughnutChart.vue @@ -142,7 +142,10 @@ } span { - width: 92px; + margin-right: 20px; + // width: 88px; + // min-width: 50px; + // max-width: 70px; font-weight: 400; font-size: 14px; color: #9BB7D4;