Update main.js
This commit is contained in:
parent
b55f961e32
commit
d9712be31d
|
@ -18,7 +18,6 @@ import Menu from "../menu/main.js"
|
|||
return (
|
||||
<div className ={ myClassName ? myClassName + " form-Item" :"form-Item"} id={id ? id : null} >
|
||||
<div className="form-label" style={{width: labelwidth ? labelwidth : "180px" }}>
|
||||
|
||||
{labelname}
|
||||
{required?<span className="mustwrite">*</span>:null}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue