Commit fbaa8757 authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents 0ad70270 cf68accf
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
</div> </div>
<dv-scroll-ranking-board <dv-scroll-ranking-board
:config="config" :config="config"
style="width: 100%; height: 75%" style="width: 100%; height: 200px"
/> />
</div> </div>
<div class="left_mid"> <div class="left_mid">
...@@ -336,7 +336,7 @@ ...@@ -336,7 +336,7 @@
<div class="title">个人绩效总分排名TOP10</div> <div class="title">个人绩效总分排名TOP10</div>
<dv-scroll-ranking-board <dv-scroll-ranking-board
:config="personConfig" :config="personConfig"
style="width: 100%; height: 75%" style="width: 100%; height:200px"
/> />
</div> </div>
<div class="right_mid"> <div class="right_mid">
...@@ -738,7 +738,7 @@ export default { ...@@ -738,7 +738,7 @@ export default {
areaStyle: { color: "#56A3F1" }, //雷达覆盖区域背景颜色 areaStyle: { color: "#56A3F1" }, //雷达覆盖区域背景颜色
label: { label: {
show: false, show: false,
formatter: function (params) { formatter: function(params) {
return params.value; return params.value;
}, },
}, },
...@@ -993,7 +993,7 @@ export default { ...@@ -993,7 +993,7 @@ export default {
itemStyle: { itemStyle: {
normal: { normal: {
// 定制显示(按顺序) // 定制显示(按顺序)
color: function (params) { color: function(params) {
return colorList[params.dataIndex]; return colorList[params.dataIndex];
}, },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment