Merge branch 'master' into addMenu-v1.4
This commit is contained in:
commit
4b79bd8db3
|
@ -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'}
|
||||||
|
|
|
@ -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'}
|
||||||
|
|
|
@ -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"}
|
||||||
|
|
|
@ -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'}
|
||||||
|
|
Loading…
Reference in New Issue