1111
This commit is contained in:
parent
ae9b7162c2
commit
91c889f8a6
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue