Commit d276efd5 authored by zhangwenshuai's avatar zhangwenshuai

update link detail ui

parent c6428fab
......@@ -59,9 +59,7 @@
display: flex;
.popItemBgTxt {
word-break: break-all;
height: 24px;
padding: 5px 10px;
line-height: 1;
font-size: 14px;
}
}
......@@ -76,7 +76,7 @@ export const ApolloLinkDetail = (props: any) => {
style={itemStyle}
rel="noopener noreferrer"
>
{item.text || item.value}
<div className={s.popItemBgTxt}>{item.text || item.value}</div>
</a>
);
})}
......
......@@ -59,9 +59,7 @@
display: flex;
.popItemBgTxt {
word-break: break-all;
height: 24px;
padding: 5px 10px;
line-height: 1;
font-size: 14px;
}
}
......@@ -78,7 +78,7 @@ export const ApolloTextLinkDetail = (props: any) => {
style={itemStyle}
rel="noopener noreferrer"
>
{item}
<div className={s.popItemBgTxt}>{item}</div>
</a>
);
})}
......
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