chore: dashboard load optimization
This commit is contained in:
@@ -12,6 +12,6 @@
|
||||
}
|
||||
|
||||
.ant-progress.ant-progress-circle .ant-progress-text {
|
||||
font-size: 24px;
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user