Browse Source

[Fix][UI] Fix status statistics card height is inconsistent. (#10268)

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

2
dolphinscheduler-ui/src/views/home/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