src/menu/stylecombcontroller/index.jsx
@@ -260,7 +260,7 @@ label={<Icon title="高度" type="column-height" />} labelCol={{xs: { span: 24 }, sm: { span: 4 }}} wrapperCol={ {xs: { span: 24 }, sm: { span: 20 }} } > <StyleInput defaultValue={''} options={['px']} onChange={this.changeHeight}/> <StyleInput defaultValue={''} options={['px', 'vh', 'vw']} onChange={this.changeHeight}/> </Form.Item> </Col> </Panel> : null}