king
2023-02-06 d662ba9cab4b39371b0ae2c78fcfbaf76a4fe18a
src/menu/stylecombcontroller/styleInput/index.jsx
@@ -140,7 +140,7 @@
      <div className="style-input-box">
        <Input value={value} addonAfter={
          options.length > 1 ?
          <Select value={<span>{unit}</span>} onChange={this.changeUnit}>
          <Select value={unit} onChange={this.changeUnit}>
            {options.map(item => <Option key={item} value={item}>{item}</Option>)}
          </Select> :
          <div className="single-unit">{unit}</div>