Forráskód Böngészése

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

songjianet 2 éve
szülő
commit
1ac534be67

+ 1 - 1
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}>