删除没用的 dom
This commit is contained in:
parent
926e3d3423
commit
aecec9c01d
|
@ -75,10 +75,6 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
&-mid {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
&-value {
|
||||
background: $ResultBox-value-bg;
|
||||
color: $ResultBox-value-color;
|
||||
|
|
|
@ -169,9 +169,7 @@ export class ResultBox extends React.Component<ResultBoxProps> {
|
|||
onFocus={this.handleFocus}
|
||||
onBlur={this.handleBlur}
|
||||
/>
|
||||
) : (
|
||||
<span className={cx('ResultBox-mid')} />
|
||||
)}
|
||||
) : null}
|
||||
|
||||
{children}
|
||||
|
||||
|
|
Loading…
Reference in New Issue