Commit 8d6056d2 authored by 周宏民's avatar 周宏民

pref: 视频报警 标题修改,样式修改

parent c109e744
Pipeline #86998 waiting for manual action with stages
......@@ -265,7 +265,7 @@ class NoticeIconView extends Component {
this.setState({
videoMessage: {
list:dataList,
title:message.infoContent?.title || ''
title:message.infoContent?.messContent || ''
},
});
......@@ -434,6 +434,7 @@ class NoticeIconView extends Component {
title: this.state.videoMessage.title,
open: this.state.videoVisible,
visible:this.state.videoVisible,
className:'noticeVideoModal',
onCancel: () => {
this.handleCloseVideo()
},
......
......@@ -797,4 +797,18 @@
& > button {
width: 100%;
}
}
:global{
.noticeVideoModal{
.@{ant-prefix}-modal-header{
background: rgb(255, 86, 93);
.@{ant-prefix}-modal-title{
color: #fff;
width: 90%;
}
}
.@{ant-prefix}-modal-close-icon{
color: #fff;
}
}
}
\ No newline at end of file
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