Commit 0ac0bf3e authored by zhangwenshuai's avatar zhangwenshuai

修改链接

parent 30507da5
......@@ -123,14 +123,16 @@ export const ApolloTextLinkDetail = (props: any) => {
)}
</div>
</div>
<div
className={s.moreBtn}
onClick={() => {
changeEdit();
}}
>
<IconFont type="iconzhankai1" />
</div>
{origin !== 'detailForm' && (
<div
className={s.moreBtn}
onClick={() => {
changeEdit();
}}
>
<IconFont type="iconzhankai1" />
</div>
)}
</div>
);
};
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