style: same key tooltip
This commit is contained in:
@@ -83,6 +83,7 @@ const LabelItem: React.FC<LabelItemProps> = ({
|
|||||||
open={open}
|
open={open}
|
||||||
title={intl.formatMessage({ id: 'resources.table.key.tips' })}
|
title={intl.formatMessage({ id: 'resources.table.key.tips' })}
|
||||||
>
|
>
|
||||||
|
<span>
|
||||||
<SealInput.Input
|
<SealInput.Input
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
checkStatus="success"
|
checkStatus="success"
|
||||||
@@ -92,6 +93,7 @@ const LabelItem: React.FC<LabelItemProps> = ({
|
|||||||
onBlur={(e: any) => handleKeyOnBlur(e, 'key')}
|
onBlur={(e: any) => handleKeyOnBlur(e, 'key')}
|
||||||
onPaste={onPaste}
|
onPaste={onPaste}
|
||||||
></SealInput.Input>
|
></SealInput.Input>
|
||||||
|
</span>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user