使用flex将react-select与单行中的其他元素对齐

时间:2019-04-29 10:33:43

标签: css react-select

需要使“反应选择”组件与按钮和图标对齐。

<div>hello</div>
<Select options={temp}
    placeholder={this.props.placeholder}
    onChange={(a: any) => console.log(a)}
    styles={colourStyles}
    components={{ DropdownIndicator }}
    isMulti
    autosize={false}
/>
  • 预期:您好,下拉菜单必须位于同一行
  • 实际:由于react-select占据整行,因此两个元素都位于单独的行中

0 个答案:

没有答案