Commit b8d66ed7 authored by 卢均锐's avatar 卢均锐

fix: [12481]

parent 0e04ce33
......@@ -216,7 +216,7 @@ const BasicInfo: React.FC<Iprops> = (props: any) => {
name='details'
rules={[{ required: true, message: '请输入竞价单摘要' }]}
>
<Input />
<Input maxLength={30} />
</Form.Item>
<Form.Item
label={<Tooltip placement="right" title='设置了归属地市后,此商品可根据地市进行筛选,未设置时默认为所有地市'>适用地市<QuestionCircleOutlined style={{ marginLeft: '5px' }} /></Tooltip>}
......
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