| | |
| | | <div className="notify-list-main-dom-msg-title" onClick={() => { notice.id && this.linkDetail(notice.id) }}> |
| | | <marquee onMouseOut={this.onMouseOut} onMouseOver={this.onMouseOver} ref='marquee' style={{ cursor: 'pointer' }}>{notice.documentTitle || ''}</marquee> |
| | | </div> |
| | | { |
| | | {/* { |
| | | notice.documentContent ? <Tooltip placement='topLeft' title={this.emoveTAG(notice.documentContent)}> |
| | | <div className="notify-list-main-dom-msg-content" onClick={() => { notice.id && this.linkDetail(notice.id) }}>{this.emoveTAG(notice.documentContent)}</div> |
| | | </Tooltip> : null |
| | | } |
| | | } */} |
| | | </div> |
| | | <div className="notify-list-main-dom-fuc" onClick={this.onClick}>[查看全部]</div> |
| | | </div> |