Commit 88e980a3 authored by 李纪文's avatar 李纪文

fix: 修改报警曲线弹框

parent 602bbb26
......@@ -83,6 +83,7 @@ const LimitCurve = (props) => {
width={width || '1200px'}
footer={null}
open={open}
visible={open}
onOk={onOk}
onCancel={onCancel}
wrapClassName={classNames(`${prefixCls}`)}
......
......@@ -69,6 +69,7 @@ const PredictionCurve = (props) => {
width={width || '1200px'}
footer={null}
open={open}
visible={open}
onOk={onOk}
onCancel={onCancel}
wrapClassName={classNames(`${prefixCls}`)}
......
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