Commit eedc1dc1 by zhaochengxiang

修改标题

parent 426fd43d
...@@ -60,7 +60,7 @@ const FC = ({ visible, item, onCancel }) => { ...@@ -60,7 +60,7 @@ const FC = ({ visible, item, onCancel }) => {
return ( return (
<> <>
<Modal <Modal
title='数据对比设置' title='选择对比数据'
visible={visible} visible={visible}
footer={footer} footer={footer}
width='80%' width='80%'
......
...@@ -59,7 +59,7 @@ const FC = ({ visible, item, onCancel }) => { ...@@ -59,7 +59,7 @@ const FC = ({ visible, item, onCancel }) => {
return ( return (
<> <>
<Modal <Modal
title='模型对比设置' title='选择对比数据'
visible={visible} visible={visible}
footer={footer} footer={footer}
width='80%' width='80%'
......
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