提交 af13074d authored 作者: yanpeng's avatar yanpeng

bugfix2

上级 a402ec8e
......@@ -972,7 +972,7 @@ const initRightDonut = async () => {
},
label: {
show: true,
position: "outside",
// position: "outside",
fontWeight: "bold",
fontSize: 14,
color: "#333",
......@@ -987,7 +987,7 @@ const initRightDonut = async () => {
symbolSize: res.data[i].amount * 9,
label: {
show: true,
position: "outside",
// position: "outside",
fontWeight: "bold",
fontSize: 14,
color: "#333",
......@@ -1068,8 +1068,8 @@ const initRightDonut = async () => {
symbolSize: 80,
roam: true,
label: {
show: true,
position: "outside"
show: true
// position: "outside"
},
edgeSymbol: ["circle", ""],
edgeSymbolSize: [4, 80],
......
......@@ -58,7 +58,7 @@
{{ "No." + (index + 1) }}
</div> -->
<div class="rank">
{{ item.reportNumber }}
{{ item.reportNumber + "篇报告" }}
</div>
</div>
<div class="card-title">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论