Commit 13b2d66a authored by 邓晓峰's avatar 邓晓峰

feat: message add title

parent c10acdc2
Pipeline #21617 passed with stages
in 14 minutes 23 seconds
......@@ -97,7 +97,8 @@ class NoticeIconView extends Component {
<div className={styles.content}>
<div className={styles['content-top']}>
<a onClick={() => this.handlerMointer(message, true)}>
{messageContent.alarmDevice}
{messageContent.title}
</a>
<span
title="点击标为已读"
......
......@@ -265,7 +265,7 @@
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width: 60%;
width: 80%;
}
span {
width: 18px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment