style: ui style

This commit is contained in:
jialin
2024-07-02 15:03:38 +08:00
parent 6989345088
commit 49efbd1a7f
38 changed files with 336 additions and 135 deletions
+4 -4
View File
@@ -29,12 +29,12 @@ const RenderProgress = memo(
<Tooltip title={label}>
<Progress
percentPosition={{ align: 'center', type: 'inner' }}
size={[undefined, 12]}
size={[undefined, 16]}
format={() => {
return (
<span
style={{
color: 'var(--ant-color-text)'
color: '#fff'
}}
>
{percent}%
@@ -49,12 +49,12 @@ const RenderProgress = memo(
<Progress
type="line"
percentPosition={{ align: 'center', type: 'inner' }}
size={[undefined, 12]}
size={[undefined, 16]}
format={() => {
return (
<span
style={{
color: 'var(--ant-color-text)'
color: '#fff'
}}
>
{percent}%