forked from p96170835/amis
位置调整一下
This commit is contained in:
parent
b78ae0888c
commit
372b6ba8a5
|
@ -104,13 +104,13 @@ export class InputBox extends React.Component<InputBoxProps, InputBoxState> {
|
|||
onBlur={this.handleBlur}
|
||||
/>
|
||||
|
||||
{children}
|
||||
|
||||
{clearable && !disabled && value ? (
|
||||
<a onClick={this.clearValue} className={cx('InputBox-clear')}>
|
||||
<Icon icon="close" className="icon" />
|
||||
</a>
|
||||
) : null}
|
||||
|
||||
{children}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue