docs: Update group demo

This commit is contained in:
Wei Zhu 2018-01-10 15:34:38 +08:00
parent 5654cb46a3
commit d8a9c7c068

View File

@ -115,7 +115,7 @@ class CompactDemo extends React.Component {
<Option value="2">Except</Option>
</Select>
<Input style={{ width: 100, textAlign: 'center' }} placeholder="Minimum" />
<Input style={{ width: 24, borderLeft: 0, pointerEvents: 'none', backgroundColor: '#fff' }} placeholder="~" disabled />
<Input style={{ width: 30, borderLeft: 0, pointerEvents: 'none', backgroundColor: '#fff' }} placeholder="~" disabled />
<Input style={{ width: 100, textAlign: 'center', borderLeft: 0 }} placeholder="Maximum" />
</InputGroup>
<br />