Commit 0417425c by zhaochengxiang

优化意见

parent 78f2d2d1
...@@ -165,7 +165,6 @@ const Basic = React.forwardRef(function ({}, ref) { ...@@ -165,7 +165,6 @@ const Basic = React.forwardRef(function ({}, ref) {
<Form.Item <Form.Item
label='规范评审' label='规范评审'
name='standard' name='standard'
wrapperCol={{ span: 12 }}
style={{ marginBottom }} style={{ marginBottom }}
rules={[{ rules={[{
required: true, required: true,
...@@ -272,7 +271,7 @@ const RuleReviewItem = ({ value = {}, onChange }) => { ...@@ -272,7 +271,7 @@ const RuleReviewItem = ({ value = {}, onChange }) => {
{ {
ruleReviewSelected && <Col span={16}> ruleReviewSelected && <Col span={16}>
<Select showSearch allowClear <Select showSearch allowClear
placeholder='请选择规范评审人员' placeholder='请选择规范评审人员(只能选择一人)'
searchValue={searchValue} searchValue={searchValue}
onSearch={(val) => { onSearch={(val) => {
setSearchValue(val) setSearchValue(val)
......
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