From 7e69f3c97562fb215e12b39a97bc48228c421562 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 22 Sep 2017 10:12:23 +0800 Subject: [PATCH] Fix feed link color --- src/routes/Dashboard/Workplace.js | 6 +++++- src/routes/Dashboard/Workplace.less | 9 --------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/src/routes/Dashboard/Workplace.js b/src/routes/Dashboard/Workplace.js index 40161a8a..3e964250 100644 --- a/src/routes/Dashboard/Workplace.js +++ b/src/routes/Dashboard/Workplace.js @@ -184,7 +184,11 @@ export default class Workplace extends PureComponent { } - title={

{item.user.name} 在 xx 新建了项目 xxxx

} + title={ +

+ {item.user.name}xx 新建了项目 xxxx +

+ } description={moment(item.updatedAt).fromNow()} />
diff --git a/src/routes/Dashboard/Workplace.less b/src/routes/Dashboard/Workplace.less index 11990695..0e4f0089 100644 --- a/src/routes/Dashboard/Workplace.less +++ b/src/routes/Dashboard/Workplace.less @@ -109,15 +109,6 @@ .projectList { :global { - .ant-card-meta-title { - font-size: 14px; - a { - color: @heading-color; - &:hover { - color: @primary-color; - } - } - } .ant-card-meta-description { font-size: 12px; min-height: 36px; -- GitLab