mirror of
https://github.com/PlayEdu/backend
synced 2025-06-09 08:34:31 +08:00
首页概览初步
This commit is contained in:
parent
728b8fbb8e
commit
eddf3ab5e9
@ -88,7 +88,12 @@ export const Dashboard: React.FC<any> = () => {
|
||||
label: {
|
||||
show: true,
|
||||
position: "center",
|
||||
formatter: "总资源数" + num, // 可以自定义,也可以{a}{b}{c}这种
|
||||
formatter: ("总资源数" + num), // 可以自定义,也可以{a}{b}{c}这种
|
||||
textStyle: {
|
||||
// 主标题样式
|
||||
fontSize: 14,
|
||||
fontWeight: 600,
|
||||
},
|
||||
},
|
||||
labelLine: {
|
||||
show: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user