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