fix: Cookie批量删除路由顺序修正(/batch必须在/{task_id}前)+ Statistic valueStyle改为styles.content
This commit is contained in:
@@ -255,7 +255,7 @@ export default function CookiePage() {
|
||||
<Statistic
|
||||
title="已分配"
|
||||
value={assignedCount}
|
||||
valueStyle={{ color: token.colorSuccess }}
|
||||
styles={{ content: { color: token.colorSuccess } }}
|
||||
/>
|
||||
</Card>
|
||||
</Col>
|
||||
@@ -264,7 +264,7 @@ export default function CookiePage() {
|
||||
<Statistic
|
||||
title="未分配"
|
||||
value={unassignedCount}
|
||||
valueStyle={{ color: token.colorError }}
|
||||
styles={{ content: { color: token.colorError } }}
|
||||
/>
|
||||
</Card>
|
||||
</Col>
|
||||
|
||||
Reference in New Issue
Block a user