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 e8ad62bcd0 [Fix][UI] Fixed the issue that the status statistics on the 
project overview page were inconsistent. (#10328)
e8ad62bcd0 is described below

commit e8ad62bcd03ecbf947d7044ba261aa19b81cec92
Author: songjianet <[email protected]>
AuthorDate: Wed Jun 1 21:50:43 2022 +0800

    [Fix][UI] Fixed the issue that the status statistics on the project 
overview page were inconsistent. (#10328)
---
 .../src/views/projects/overview/components/state-card.tsx               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to