Commit 0ac0bf3e authored by zhangwenshuai's avatar zhangwenshuai

修改链接

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