|
|
|
@ -170,7 +170,7 @@ class InfosPath extends Component{
|
|
|
|
|
<div className="mt10">
|
|
|
|
|
<p className="color-grey-6 clearfix">
|
|
|
|
|
<a href="javascript:void(0)" className="fl color-grey-9 overflowHidden1"
|
|
|
|
|
title={item.owner_name.length > 12 ? item.owner_name : ''} style={{ maxWidth: '198px'}}
|
|
|
|
|
title={item.owner_name.length > 12 ? item.owner_name : ''} style={{ maxWidth: '175px'}}
|
|
|
|
|
>{item.owner_name}</a>
|
|
|
|
|
<span className="fr squareIconSpan">
|
|
|
|
|
<Tooltip placement='bottom' title="访问量">
|
|
|
|
|