From 0be3ac0f2f83c1b58249d43850a0e4b4f531a8db Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Fri, 04 Sep 2020 10:56:17 +0800 Subject: [PATCH] 合并用户权限菜单,屏蔽首页工作台最新通知通知内容展示 --- src/components/common/NotifyList/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/common/NotifyList/index.jsx b/src/components/common/NotifyList/index.jsx index b6afd7d..5483d32 100644 --- a/src/components/common/NotifyList/index.jsx +++ b/src/components/common/NotifyList/index.jsx @@ -65,11 +65,11 @@ <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> -- Gitblit v1.8.0