fix: 增加使用说明 最大字段

This commit is contained in:
zhangds 2023-12-25 16:53:06 +08:00
parent cf0f0014ff
commit ed95365452
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>