From 897f03ef4c44b1df28ead6c47d06856fecc66640 Mon Sep 17 00:00:00 2001 From: zhangwenshuai Date: Thu, 23 Jul 2020 15:19:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/CustomIcon/IconFont.js | 2 +- .../apolloTable/component/base/detail/text-link/index.less | 1 + .../apolloTable/component/base/detail/text-link/index.tsx | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/CustomIcon/IconFont.js b/components/CustomIcon/IconFont.js index 4b9f9ec..539ffd0 100755 --- a/components/CustomIcon/IconFont.js +++ b/components/CustomIcon/IconFont.js @@ -1,7 +1,7 @@ import { createFromIconfontCN } from '@ant-design/icons'; const IconFont = createFromIconfontCN({ - scriptUrl: 'https://influencer-attachment.mttop.cn/influencer/v2/website/20200629/iconFont.js', + scriptUrl: 'https://static.mttop.cn/website/20200723/iconFont.jsiconfont.js', }); export default IconFont; diff --git a/components/apolloTable/component/base/detail/text-link/index.less b/components/apolloTable/component/base/detail/text-link/index.less index 7d97f26..8691198 100644 --- a/components/apolloTable/component/base/detail/text-link/index.less +++ b/components/apolloTable/component/base/detail/text-link/index.less @@ -44,6 +44,7 @@ cursor: pointer; text-align: center; display: none; + color: #B7CCFE; .extend { width: 14px; border-radius: 50%; diff --git a/components/apolloTable/component/base/detail/text-link/index.tsx b/components/apolloTable/component/base/detail/text-link/index.tsx index 3b6d0be..80b11d4 100644 --- a/components/apolloTable/component/base/detail/text-link/index.tsx +++ b/components/apolloTable/component/base/detail/text-link/index.tsx @@ -130,7 +130,7 @@ export const ApolloTextLinkDetail = (props: any) => { changeEdit(); }} > - + )} -- 2.21.0