chore: dashboard load optimization

This commit is contained in:
jialin
2024-07-05 18:51:13 +08:00
parent e9d8828dcd
commit 8c66c482b2
10 changed files with 238 additions and 227 deletions
+1 -1
View File
@@ -12,6 +12,6 @@
}
.ant-progress.ant-progress-circle .ant-progress-text {
font-size: 24px;
font-size: 20px;
}
}
+1 -1
View File
@@ -18,7 +18,7 @@ const UitilBar: React.FC<UitilBarProps> = (props) => {
gapDegree = 170,
strokeWidth = 10,
title,
size = 160,
size = 150,
strokeColor,
trailColor = 'rgba(221,221,221,.5)'
} = props;