forked from Gitlink/forgeplus-react
新建团队板块无边框
This commit is contained in:
parent
2677efec83
commit
134d79faa3
|
@ -139,7 +139,7 @@ export default Form.create()(
|
|||
}
|
||||
return (
|
||||
<Spin spinning={isSpin}>
|
||||
<WhiteBack className="mb30">
|
||||
<WhiteBack className="mb30" style={{border:groupId?"none":"1px solid #eee"}}>
|
||||
<Banner>{groupId ? "基本设置" : "新建团队"}</Banner>
|
||||
<Div>
|
||||
<Form>
|
||||
|
|
Loading…
Reference in New Issue