mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
fix(amis-editor): 修复容器清空功能icon偶发不显示问题
This commit is contained in:
parent
1e3ab37e69
commit
b7fd39d314
@ -54,7 +54,7 @@ export default class RegionHighlightBox extends React.Component<HighlightBoxProp
|
|||||||
'ae-Editor-rhlbox',
|
'ae-Editor-rhlbox',
|
||||||
isDragEnter ? 'is-dragenter' : '',
|
isDragEnter ? 'is-dragenter' : '',
|
||||||
!isOnlyChildRegion && isHiglightHover ? 'region-hover' : '',
|
!isOnlyChildRegion && isHiglightHover ? 'region-hover' : '',
|
||||||
isHiglight ? 'is-highlight' : '',
|
isOnlyChildRegion || isHiglight ? 'is-highlight' : '',
|
||||||
dx < 87 && dy < 21 && node.x < 190 ? 'region-label-within' : ''
|
dx < 87 && dy < 21 && node.x < 190 ? 'region-label-within' : ''
|
||||||
)}
|
)}
|
||||||
style={{
|
style={{
|
||||||
|
Loading…
Reference in New Issue
Block a user