Browse Source

[Fix][UI] Fixed the issue that the status statistics on the project overview page were inconsistent. (#10328)

3.1.0-release
songjianet 2 years ago committed by GitHub
parent
commit
e8ad62bcd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui/src/views/projects/overview/components/state-card.tsx

2
dolphinscheduler-ui/src/views/projects/overview/components/state-card.tsx

@ -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…
Cancel
Save