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