| | |
| | | import asyncComponent from '@/utils/asyncComponent' |
| | | import './index.scss' |
| | | |
| | | const ColorSketch = asyncComponent(() => import('@/mob/colorsketch')) |
| | | const SourceComponent = asyncComponent(() => import('@/menu/components/share/sourcecomponent')) |
| | | |
| | | class MainSearch extends Component { |
| | |
| | | )} |
| | | </Form.Item> |
| | | </Col> : null} |
| | | <Col span={12}> |
| | | <Form.Item className="sys-bgcolor" label={ |
| | | <Tooltip placement="topLeft" title="子应用通用的背景色,子应用页面创建时会默认添加此背景色。"> |
| | | <QuestionCircleOutlined className="mk-form-tip" /> |
| | | 背景色 |
| | | </Tooltip> |
| | | }> |
| | | {getFieldDecorator('sysBgColor', { |
| | | initialValue: card ? card.sysBgColor || '#ffffff' : '#ffffff' |
| | | })( |
| | | <ColorSketch value={card ? card.sysBgColor || '#ffffff' : '#ffffff'}/> |
| | | )} |
| | | </Form.Item> |
| | | </Col> |
| | | </Row> |
| | | </Form> |
| | | ) |