Commit e04a80c7 authored by 刘殿昕's avatar 刘殿昕

调整组件

parent a0307d3d
...@@ -126,7 +126,7 @@ export default { ...@@ -126,7 +126,7 @@ export default {
name: "", name: "",
type: "pie", type: "pie",
clockWise: false, clockWise: false,
radius: [60, 63], radius: [50, 53],
center: ["50%", "46%"], center: ["50%", "46%"],
hoverAnimation: false, hoverAnimation: false,
avoidLabelOverlap: true, avoidLabelOverlap: true,
......
...@@ -49,7 +49,6 @@ ...@@ -49,7 +49,6 @@
class="block-radius-content" class="block-radius-content"
:data="mult_data_state" :data="mult_data_state"
:show_center_data="false" :show_center_data="false"
:bar_width="10"
></multiple-circle> ></multiple-circle>
<starlist <starlist
v-else v-else
...@@ -72,6 +71,15 @@ ...@@ -72,6 +71,15 @@
class="block-radius-content" class="block-radius-content"
:data="mult_data" :data="mult_data"
:text="text" :text="text"
:color="[
'#27bfee',
'#f56b4c',
'#435290',
'#597ec0',
'#e56600',
'#a5937b',
'#8210c5',
]"
></multiple-circle> ></multiple-circle>
</block-radius> </block-radius>
</el-col> </el-col>
...@@ -741,7 +749,7 @@ export default { ...@@ -741,7 +749,7 @@ export default {
data.score3 + data.score3 +
data.score2 + data.score2 +
data.score1; data.score1;
console.log(this.starlistData, this.starlistTotal) console.log(this.starlistData, this.starlistTotal);
} }
} }
}); });
......
This diff is collapsed.
This diff is collapsed.
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