| | |
| | | display: flex; |
| | | height: 44px; |
| | | min-height: 44px; |
| | | background-color: #fff; |
| | | background-color: transparent; |
| | | vertical-align: middle; |
| | | overflow: hidden; |
| | | transition: background-color 200ms; |
| | |
| | | {getFieldDecorator('backgroundColor', { |
| | | initialValue: config.setting.backgroundColor || '#ffffff' |
| | | })( |
| | | <ColorSketch value={config.setting.backgroundColor || '#ffffff'}/> |
| | | <ColorSketch/> |
| | | )} |
| | | </Form.Item> |
| | | </Col> |
| | |
| | | |
| | | if (supComs) { |
| | | if (!supComs.includes(MenuID)) return |
| | | |
| | | let supNodes = this.state.supNodes.filter(item => item.key !== MenuID) |
| | | let bid = '' |
| | | let _data = null |
| | |
| | | {getFieldDecorator('sysBgColor', { |
| | | initialValue: card ? card.sysBgColor || '#ffffff' : '#ffffff' |
| | | })( |
| | | <ColorSketch value={card ? card.sysBgColor || '#ffffff' : '#ffffff'}/> |
| | | <ColorSketch/> |
| | | )} |
| | | </Form.Item> |
| | | </Col> |