|
|
|
@ -125,7 +125,7 @@ const UpdateTimeForm: React.FC<UpdateFormProps> = (props) => {
|
|
|
|
|
justifyContent: 'flex-start',
|
|
|
|
|
alignItems: 'baseline'
|
|
|
|
|
}}>
|
|
|
|
|
当处于
|
|
|
|
|
<span style={{marginRight: 6}}>当处于</span>
|
|
|
|
|
<ProFormTimePicker
|
|
|
|
|
style={{
|
|
|
|
|
padding: '0 6px'
|
|
|
|
@ -169,7 +169,7 @@ const UpdateTimeForm: React.FC<UpdateFormProps> = (props) => {
|
|
|
|
|
initialValue={props.values.trigger_start_time}
|
|
|
|
|
disabled={false}
|
|
|
|
|
/> */}
|
|
|
|
|
至
|
|
|
|
|
<span style={{ margin: '0 6px' }}>至</span>
|
|
|
|
|
<ProFormTimePicker
|
|
|
|
|
width={100}
|
|
|
|
|
name="trigger_end_time"
|
|
|
|
@ -211,7 +211,7 @@ const UpdateTimeForm: React.FC<UpdateFormProps> = (props) => {
|
|
|
|
|
initialValue={props.values.trigger_end_time}
|
|
|
|
|
disabled={false}
|
|
|
|
|
/> */}
|
|
|
|
|
时间内,发现风险人员立即告警。
|
|
|
|
|
<span style={{marginLeft: 6}}>时间内,发现风险人员立即告警。</span>
|
|
|
|
|
{/* <span style={{ marginLeft: 6 }}></span> */}
|
|
|
|
|
</div>
|
|
|
|
|
</ProForm.Group>
|
|
|
|
|