Commit 00da851a authored by 李纪文's avatar 李纪文

fix: 发布滚动组件

parent 9dcfce8b
......@@ -32,6 +32,7 @@ const InfoItem = ({ info }) => {
return `${_className}${key}`;
};
const { alertLevel, startTime, stationName, alertMsg, deviceAddress } = info;
return (
<div className={styles[returnClassName(alertLevel, 'Wrapper')]}>
<Tag className={styles[returnClassName(alertLevel, 'Tag')]}>{alertLevel}</Tag>
......
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