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

@ -3439,4 +3439,8 @@ a.singlepublishtwo{
.detail_for_paragraph p{
white-space: pre-wrap;
}
.ant-tooltip{
max-width: 100%;
}

@ -37,4 +37,4 @@ body {
.MuiModal-root-15{
z-index: 1000 !important;
}
}

@ -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>
{
`

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