提交 df72cd35 作者: ZhangLingKun

优化:通知管理代码优化

上级 27be1e82
流水线 #7644 已通过 于阶段
in 1 分 8 秒
...@@ -50,7 +50,7 @@ const AddEditModalView: React.FC<ModalProps & { data?: any; onCancel: () => void ...@@ -50,7 +50,7 @@ const AddEditModalView: React.FC<ModalProps & { data?: any; onCancel: () => void
wrapperCol={{ span: 10 }} wrapperCol={{ span: 10 }}
> >
<Form.Item label='标题' name='subject' rules={[{ required: true, message: '请输入标题' }]}> <Form.Item label='标题' name='subject' rules={[{ required: true, message: '请输入标题' }]}>
<Input placeholder={'请输入标题'} maxLength={20} allowClear /> <Input placeholder={'请输入标题'} maxLength={35} allowClear />
</Form.Item> </Form.Item>
<Form.Item <Form.Item
label='内容' label='内容'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论