[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:
songjianet 2022-06-01 21:50:43 +08:00 committed by devosend
parent d95aa71383
commit cbefb59bf8

View File

@ -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}>