diff --git a/.dumi/theme/slots/Content/Contributors.tsx b/.dumi/theme/slots/Content/Contributors.tsx index 9facb809dc..95747a47dd 100644 --- a/.dumi/theme/slots/Content/Contributors.tsx +++ b/.dumi/theme/slots/Content/Contributors.tsx @@ -8,9 +8,6 @@ import SiteContext from '../SiteContext'; import ContributorAvatar from './ContributorAvatar'; const useStyle = createStyles(({ token, css }) => ({ - contributorsList: css` - margin-top: 120px !important; - `, listMobile: css` margin: 1em 0 !important; `, @@ -50,7 +47,7 @@ const Contributors: React.FC = ({ filename }) => { } return ( -
+
{formatMessage({ id: 'app.content.contributors' })}
= ({ children }) => { juejinLink={meta.frontmatter.juejin_url} /> - }> - - +
+ }> + + +