Skip to content

Commit

Permalink
[Fix][UI] Fix status statistics card height is inconsistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
songjianet committed May 27, 2022
1 parent 4c1ef0a commit 799775f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}>
Expand Down

0 comments on commit 799775f

Please sign in to comment.