This commit is contained in:
姚宇浩 2024-09-29 17:20:39 +08:00
parent ae9b7162c2
commit 91c889f8a6
1 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ const getOption = () => {
var arr = [
"{a|" + params + "}",
"{b|" +num + "人}",
"{c|" + value + "%}",
"{c|" + value + "% }",
];
if (params == "总数") {
return ''
@ -170,7 +170,7 @@ const getOption = () => {
b: {
fontSize: 15,
color: "#FFBE53",
width:80,
width:70,
},
c: {
fontSize: 15,