fix: 增加使用说明 最大字段
This commit is contained in:
parent
cf0f0014ff
commit
ed95365452
|
@ -1544,7 +1544,7 @@ export default class addKnockGold extends Component {
|
|||
}}
|
||||
width="520px"
|
||||
text={this.state.model.instruction}
|
||||
limitLength={this.state.model.channel != 3 ? 500 : 1000}
|
||||
limitLength={5000}
|
||||
key={this.state.model.channel}
|
||||
/>
|
||||
</FormItem>
|
||||
|
|
|
@ -1129,7 +1129,7 @@ export default class addKnockGold extends Component {
|
|||
}}
|
||||
width="520px"
|
||||
text={this.state.model.instruction}
|
||||
limitLength={this.state.model.channel != 3 ? 500 : 1000}
|
||||
limitLength={5000}
|
||||
key={this.state.model.channel}
|
||||
/>
|
||||
</FormItem>
|
||||
|
|
Loading…
Reference in New Issue