diff --git a/packages/bigscreen/dv/AppQxnDv.vue b/packages/bigscreen/dv/AppQxnDv.vue index a1d84cce..36cedb6e 100644 --- a/packages/bigscreen/dv/AppQxnDv.vue +++ b/packages/bigscreen/dv/AppQxnDv.vue @@ -13,7 +13,7 @@ {{ index + 1 }}

{{ item.gridName }}

- +
- + {{ index + 1 }}

{{ item.gridName }}

- + { + this.getInfo() + }) + }, + onChange () { this.instance.post(`/api/wxgridinfo/wxGridReportNew`, null, { params: { diff --git a/packages/bigscreen/dv/components/DoughnutChart.vue b/packages/bigscreen/dv/components/DoughnutChart.vue index 24ff615c..d198fd82 100644 --- a/packages/bigscreen/dv/components/DoughnutChart.vue +++ b/packages/bigscreen/dv/components/DoughnutChart.vue @@ -127,7 +127,7 @@ .DoughnutChart-explain { flex: 1; - margin-left: 12px; + margin-left: 10px; .item { display: flex; @@ -142,7 +142,7 @@ } span { - width: 86px; + width: 92px; font-weight: 400; font-size: 14px; color: #9BB7D4;