This is an automated email from the ASF dual-hosted git repository.

songjian pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 1ac534be67 [Fix][UI] Fix status statistics card height is 
inconsistent. (#10268)
1ac534be67 is described below

commit 1ac534be67826f3752bcde40a62428f95c88a334
Author: songjianet <[email protected]>
AuthorDate: Fri May 27 16:27:15 2022 +0800

    [Fix][UI] Fix status statistics card height is inconsistent. (#10268)
---
 dolphinscheduler-ui/src/views/home/components/state-card.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dolphinscheduler-ui/src/views/home/components/state-card.tsx 
b/dolphinscheduler-ui/src/views/home/components/state-card.tsx
index d2a014561c..654270e359 100644
--- a/dolphinscheduler-ui/src/views/home/components/state-card.tsx
+++ b/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}>

Reply via email to