diff --git a/src/mulan/HOC/Index.scss b/src/mulan/HOC/Index.scss index c7873154..12bf5a98 100644 --- a/src/mulan/HOC/Index.scss +++ b/src/mulan/HOC/Index.scss @@ -79,6 +79,19 @@ width: 100%; left: 0px; bottom: 0px; + .homeFooterUl{ + display: flex; + align-items: center; + justify-content: center; + margin:0px; + li{ + padding:0px 40px; + a{ + color: #666666; + display: block; + } + } + } } .menuItems{ .ant-dropdown-menu-item{ diff --git a/src/mulan/Index.jsx b/src/mulan/Index.jsx index 3c33b08d..9084c88a 100644 --- a/src/mulan/Index.jsx +++ b/src/mulan/Index.jsx @@ -183,7 +183,9 @@ function Index(props){
{i.project_full_name}
+ {i.project_full_name} {i.commits}