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

bugfix2

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