diff --git a/packages/bigscreen/dv/AppQxnDv.vue b/packages/bigscreen/dv/AppQxnDv.vue index 6362c746..b7da5ff3 100644 --- a/packages/bigscreen/dv/AppQxnDv.vue +++ b/packages/bigscreen/dv/AppQxnDv.vue @@ -82,7 +82,7 @@

单位成员关系人数

@@ -135,7 +135,7 @@

近期成员使用分布

@@ -544,9 +544,6 @@ } } }, - startAngle: 90, - minAngle: 5, - avoidLabelOverlap: true, label: { show: true, normal: { @@ -555,13 +552,6 @@ fontSize: 16 } } - }, - emphasis: { - itemStyle: { - shadowBlur: 10, - shadowOffsetX: 0, - shadowColor: 'rgba(0, 0, 0, 0.5)' - } } } ] @@ -842,6 +832,7 @@ .left-list { flex: 1; overflow-y: auto; + width: 100%; .left-item { position: relative; diff --git a/packages/bigscreen/dv/AppQxnEventDv.vue b/packages/bigscreen/dv/AppQxnEventDv.vue index b1e6982b..7d57721c 100644 --- a/packages/bigscreen/dv/AppQxnEventDv.vue +++ b/packages/bigscreen/dv/AppQxnEventDv.vue @@ -33,72 +33,78 @@ -
-
-

增长情况

+
+
+
+

上报来源分布

+
+ + +
+
+
+

事件办理情況

+
+ +
- -
-

覆盖率

+

事件受理率

-

群标签化率

+

事件办结率

-

群标签情况

+

最新办理动态

- - + +
-
-
-

单位成员关系人数

-
- - -
-
-
-

群人数规模分布

-
- - +
+

增长情况

+ +
@@ -116,71 +122,29 @@
-
-
-
-

成员激活

-
- -
-
-
-

日均活跃率

-
- -
-

近期成员使用分布

- - + +
- -
-
-

群动态概况

-
- 726,079 - -
-
-
-
-
-
-

群活跃率(7日)

-
- -
-
-
-

人员活跃(7日)

-
- -
-
-
-
-

各单位群主及群分布

-
- - -
-
- + { return { color: '#d0e1e8', - textAlign: '', + align: '', width: index === 0 ? '100' : '', fontSize: '14px', flex: '' @@ -769,7 +682,7 @@ flex: 1; .right-left { - width: 500px; + width: 530px; .right-left__middle { display: flex; @@ -784,7 +697,7 @@ } } - .right-left__bottom { + .right-left__top { display: flex; div { @@ -797,8 +710,8 @@ } } .right-middle { - width: 522px; - margin: 0 20px; + width: 556px; + margin: 0 40px; .right-middle__middle { display: flex; @@ -811,24 +724,6 @@ display: flex; flex-direction: column; flex: 1; - - .bottom { - padding-top: 16px; - overflow: hidden; - } - - .right-right__top { - display: flex; - margin-bottom: 16px; - - & > div { - flex: 1; - - &:first-child { - margin-right: 12px; - } - } - } } } @@ -837,11 +732,12 @@ align-items: center; flex-direction: column; width: 240px; - margin-right: 14px; + margin-right: 20px; .left-list { flex: 1; overflow-y: auto; + width: 100%; .left-item { position: relative;