dev_hs
杨树明 6 years ago
parent 56b157a505
commit 2603c64712

@ -3440,3 +3440,7 @@ a.singlepublishtwo{
.detail_for_paragraph p{
white-space: pre-wrap;
}
.ant-tooltip{
max-width: 100%;
}

@ -276,9 +276,12 @@ class DetailTop extends Component{
detailInfoList &&
<div className={this.props.courses===undefined||this.props.courses.length===0?"subhead_content":"subhead_content pt100"}>
<div className="font-28 color-white clearfix">
<span className="fl lineh-40">
{detailInfoList.name}
</span>
<Tooltip placement="bottom" title={detailInfoList.name.length>27?detailInfoList.name:""}>
<span className="fl lineh-40 bannername">
{detailInfoList.name}
</span>
</Tooltip>
<style>
{
`

@ -3736,3 +3736,7 @@ a.singlepublishtwo{
.detail_for_paragraph p{
white-space: pre-wrap;
}
.ant-tooltip{
max-width: 100%;
}
Loading…
Cancel
Save