diff --git a/src/forge/Main/list.scss b/src/forge/Main/list.scss index c2b8a2ab..d23549fb 100644 --- a/src/forge/Main/list.scss +++ b/src/forge/Main/list.scss @@ -123,7 +123,6 @@ align-items: center; padding:0px 30px; border-bottom: 1px solid #E0E0E0; - height: 62px; } .list-r-Search{ width: 400px; diff --git a/src/forge/users/Statistics/Index.jsx b/src/forge/users/Statistics/Index.jsx index 81833f5f..982715ae 100644 --- a/src/forge/users/Statistics/Index.jsx +++ b/src/forge/users/Statistics/Index.jsx @@ -143,9 +143,9 @@ function Index(props) { { topThree && topThree.length > 0 &&
- - - + {topThree[0] && } + {topThree[1] && } + {topThree[2] && }
} {