Commit 7e69f3c9 authored by afc163's avatar afc163

Fix feed link color

parent 30a64239
...@@ -184,7 +184,11 @@ export default class Workplace extends PureComponent { ...@@ -184,7 +184,11 @@ export default class Workplace extends PureComponent {
<List.Item key={item.id}> <List.Item key={item.id}>
<List.Item.Meta <List.Item.Meta
avatar={<Avatar style={{ marginTop: -12 }} src={item.user.avatar} />} avatar={<Avatar style={{ marginTop: -12 }} src={item.user.avatar} />}
title={<p>{item.user.name} <a>xx</a> 新建了项目 <a>xxxx</a></p>} title={
<p>
<a>{item.user.name}</a> 在 <a>xx</a> 新建了项目 <a>xxxx</a>
</p>
}
description={moment(item.updatedAt).fromNow()} description={moment(item.updatedAt).fromNow()}
/> />
</List.Item> </List.Item>
......
...@@ -109,15 +109,6 @@ ...@@ -109,15 +109,6 @@
.projectList { .projectList {
:global { :global {
.ant-card-meta-title {
font-size: 14px;
a {
color: @heading-color;
&:hover {
color: @primary-color;
}
}
}
.ant-card-meta-description { .ant-card-meta-description {
font-size: 12px; font-size: 12px;
min-height: 36px; min-height: 36px;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment