删除没用的 dom

This commit is contained in:
2betop 2020-07-15 09:46:58 +08:00
parent 926e3d3423
commit aecec9c01d
2 changed files with 1 additions and 7 deletions

View File

@ -75,10 +75,6 @@
cursor: pointer;
}
&-mid {
flex-grow: 1;
}
&-value {
background: $ResultBox-value-bg;
color: $ResultBox-value-color;

View File

@ -169,9 +169,7 @@ export class ResultBox extends React.Component<ResultBoxProps> {
onFocus={this.handleFocus}
onBlur={this.handleBlur}
/>
) : (
<span className={cx('ResultBox-mid')} />
)}
) : null}
{children}