| | |
| | | |
| | | return ( |
| | | <div className="single-search-edit-list" onClick={this.clickComponent} id={card.uuid} style={_style}> |
| | | <div className="search-wrap" style={{borderRadius: card.wrap.borderRadius || 0}}> |
| | | <Input placeholder={card.wrap.label} value={card.initval} /> |
| | | {card.wrap.scan === 'show' ? <Icon type="scan" /> : null} |
| | | <div className="search-wrap" style={{borderRadius: card.wrap.borderRadius || 0, height: card.wrap.height || 32}}> |
| | | <Input placeholder={card.wrap.label} value={card.wrap.initval || ''} /> |
| | | {card.wrap.scan === 'show' ? <Icon type="scan" style={{lineHeight: `${card.wrap.height || 32}px`}} /> : null} |
| | | {card.wrap.show === 'text' ? <Button type="primary">搜索</Button> : <Button icon="search" type="primary"></Button>} |
| | | </div> |
| | | <Popover overlayClassName="mk-popover-control-wrap" mouseLeaveDelay={0.2} mouseEnterDelay={0.2} content={ |