mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-01 11:28:30 +08:00
删除没用的 dom
This commit is contained in:
parent
926e3d3423
commit
aecec9c01d
@ -75,10 +75,6 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-mid {
|
|
||||||
flex-grow: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
&-value {
|
&-value {
|
||||||
background: $ResultBox-value-bg;
|
background: $ResultBox-value-bg;
|
||||||
color: $ResultBox-value-color;
|
color: $ResultBox-value-color;
|
||||||
|
@ -169,9 +169,7 @@ export class ResultBox extends React.Component<ResultBoxProps> {
|
|||||||
onFocus={this.handleFocus}
|
onFocus={this.handleFocus}
|
||||||
onBlur={this.handleBlur}
|
onBlur={this.handleBlur}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : null}
|
||||||
<span className={cx('ResultBox-mid')} />
|
|
||||||
)}
|
|
||||||
|
|
||||||
{children}
|
{children}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user