mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-06 06:09:05 +08:00
[Fix][UI] Fixed the issue that the status statistics on the project overview page were inconsistent. (#10328)
(cherry picked from commit e8ad62bcd0
)
This commit is contained in:
parent
d95aa71383
commit
cbefb59bf8
@ -65,7 +65,7 @@ const StateCard = defineComponent({
|
|||||||
} = this
|
} = this
|
||||||
const { columnsRef } = useTable()
|
const { columnsRef } = useTable()
|
||||||
return (
|
return (
|
||||||
<Card title={title}>
|
<Card title={title} style={{ minHeight: '820px' }}>
|
||||||
{{
|
{{
|
||||||
default: () => (
|
default: () => (
|
||||||
<NGrid x-gap={12} cols={2}>
|
<NGrid x-gap={12} cols={2}>
|
||||||
|
Loading…
Reference in New Issue
Block a user