[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