商品名称16->20位

This commit is contained in:
Apple 2022-08-08 10:30:51 +08:00
parent 3ea63de86b
commit 83d73eaee1
4 changed files with 4 additions and 4 deletions

View File

@ -558,7 +558,7 @@ export default class adduserinfo extends React.Component {
value={this.state.model.product_name} value={this.state.model.product_name}
placeholder={'请输入'} placeholder={'请输入'}
labelWidth={'0px'} labelWidth={'0px'}
maxLength={16} maxLength={20}
height={'36px'} height={'36px'}
width={'520px'} width={'520px'}
alignment={'left'} alignment={'left'}

View File

@ -610,7 +610,7 @@ export default class adduserinfo extends React.Component {
value={this.state.model.product_name} value={this.state.model.product_name}
placeholder={'请输入'} placeholder={'请输入'}
labelWidth={'0px'} labelWidth={'0px'}
maxLength={16} maxLength={20}
height={'36px'} height={'36px'}
width={'520px'} width={'520px'}
alignment={'left'} alignment={'left'}

View File

@ -304,7 +304,7 @@ export default class adduserinfo extends React.Component {
value={this.state.model.product_name} value={this.state.model.product_name}
placeholder={"请输入"} placeholder={"请输入"}
labelWidth={"0px"} labelWidth={"0px"}
maxLength={16} maxLength={20}
height={"36px"} height={"36px"}
width={"520px"} width={"520px"}
alignment={"left"} alignment={"left"}

View File

@ -616,7 +616,7 @@ export default class adduserinfo extends React.Component {
value={this.state.model.product_name} value={this.state.model.product_name}
placeholder={'请输入'} placeholder={'请输入'}
labelWidth={'0px'} labelWidth={'0px'}
maxLength={16} maxLength={20}
height={'36px'} height={'36px'}
width={'520px'} width={'520px'}
alignment={'left'} alignment={'left'}