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

Merge remote-tracking branch 'origin/master'

parents 0ad70270 cf68accf
......@@ -16,7 +16,7 @@
</div>
<dv-scroll-ranking-board
:config="config"
style="width: 100%; height: 75%"
style="width: 100%; height: 200px"
/>
</div>
<div class="left_mid">
......@@ -336,7 +336,7 @@
<div class="title">个人绩效总分排名TOP10</div>
<dv-scroll-ranking-board
:config="personConfig"
style="width: 100%; height: 75%"
style="width: 100%; height:200px"
/>
</div>
<div class="right_mid">
......@@ -738,7 +738,7 @@ export default {
areaStyle: { color: "#56A3F1" }, //雷达覆盖区域背景颜色
label: {
show: false,
formatter: function (params) {
formatter: function(params) {
return params.value;
},
},
......@@ -993,7 +993,7 @@ export default {
itemStyle: {
normal: {
// 定制显示(按顺序)
color: function (params) {
color: function(params) {
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