Update main.js

This commit is contained in:
姜棚 2021-12-16 14:39:42 +08:00
parent b55f961e32
commit d9712be31d
1 changed files with 0 additions and 1 deletions

View File

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