dividers
This commit is contained in:
parent
ce38aab537
commit
8e824cf29d
File diff suppressed because one or more lines are too long
|
@ -5707,6 +5707,9 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
||||||
direction: LibraryComponents.Flex.Direction.VERTICAL,
|
direction: LibraryComponents.Flex.Direction.VERTICAL,
|
||||||
align: LibraryComponents.Flex.Align.STRETCH,
|
align: LibraryComponents.Flex.Align.STRETCH,
|
||||||
children: [
|
children: [
|
||||||
|
this.props.dividertop ? LibraryModules.React.createElement(LibraryComponents.FormComponents.FormDivider, {
|
||||||
|
className: this.props.mini ? BDFDB.disCN.marginbottom8 : BDFDB.disCN.marginbottom20
|
||||||
|
}) : null,
|
||||||
LibraryModules.React.createElement(LibraryComponents.Flex, {
|
LibraryModules.React.createElement(LibraryComponents.Flex, {
|
||||||
align: LibraryComponents.Flex.Align.CENTER,
|
align: LibraryComponents.Flex.Align.CENTER,
|
||||||
children: [
|
children: [
|
||||||
|
@ -5732,8 +5735,8 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
||||||
children: this.props.note
|
children: this.props.note
|
||||||
})
|
})
|
||||||
}) : null,
|
}) : null,
|
||||||
!this.props.hideBorder ? LibraryModules.React.createElement(LibraryComponents.FormComponents.FormDivider, {
|
this.props.dividerbottom ? LibraryModules.React.createElement(LibraryComponents.FormComponents.FormDivider, {
|
||||||
className: this.props.mini ? BDFDB.disCN.dividermini : BDFDB.disCN.dividerdefault
|
className: this.props.mini ? BDFDB.disCN.margintop8 : BDFDB.disCN.margintop20
|
||||||
}) : null
|
}) : null
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue