|
@ -22,6 +22,7 @@ function BasicInfo(props) { |
|
|
phone = str.substring(str.length - 11, str.length) |
|
|
phone = str.substring(str.length - 11, str.length) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const id = Math.random() |
|
|
return <Box title={"事件概况"} > |
|
|
return <Box title={"事件概况"} > |
|
|
<div className='item_left-container'> |
|
|
<div className='item_left-container'> |
|
|
<div className='alarm_time'> |
|
|
<div className='alarm_time'> |
|
@ -77,7 +78,7 @@ function BasicInfo(props) { |
|
|
<div className='left_item_right1' style={{ textAlign: 'left' }}> |
|
|
<div className='left_item_right1' style={{ textAlign: 'left' }}> |
|
|
<div><span style={{ marginRight: 30, marginBottom: 15 }}>路线规划 {routes?.time && `(${formatSeconds(routes?.time, true)})`}</span></div> |
|
|
<div><span style={{ marginRight: 30, marginBottom: 15 }}>路线规划 {routes?.time && `(${formatSeconds(routes?.time, true)})`}</span></div> |
|
|
<AutoRollComponent |
|
|
<AutoRollComponent |
|
|
key={alarmInfo?.id} |
|
|
key={alarmInfo?.id + routes?.time} |
|
|
canScroll={routes?.steps?.length > 3} |
|
|
canScroll={routes?.steps?.length > 3} |
|
|
content={getContent()} |
|
|
content={getContent()} |
|
|
divHeight={100} |
|
|
divHeight={100} |
|
|