Browse Source

fix: adjusting workplace project notice card style

pull/11295/head
ZhouWei 2 years ago
parent
commit
3ba45852e1
  1. 3
      src/pages/dashboard/workplace/index.tsx

3
src/pages/dashboard/workplace/index.tsx

@ -173,6 +173,9 @@ const Workplace: FC = () => {
</div>
}
description={item.description}
style={{
width: '100%',
}}
/>
<div className={styles.projectItemContent}>
<Link to={item.memberLink || '/'}>{item.member || ''}</Link>

Loading…
Cancel
Save