mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-05 05:38:30 +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
|
||||
const { columnsRef } = useTable()
|
||||
return (
|
||||
<Card title={title}>
|
||||
<Card title={title} style={{ minHeight: '820px' }}>
|
||||
{{
|
||||
default: () => (
|
||||
<NGrid x-gap={12} cols={2}>
|
||||
|
Loading…
Reference in New Issue
Block a user