style: same key tooltip
This commit is contained in:
@@ -83,15 +83,17 @@ 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' })}
|
||||||
>
|
>
|
||||||
<SealInput.Input
|
<span>
|
||||||
disabled={disabled}
|
<SealInput.Input
|
||||||
checkStatus="success"
|
disabled={disabled}
|
||||||
label={intl.formatMessage({ id: 'common.input.key' })}
|
checkStatus="success"
|
||||||
value={label.key}
|
label={intl.formatMessage({ id: 'common.input.key' })}
|
||||||
onChange={handleOnKeyChange}
|
value={label.key}
|
||||||
onBlur={(e: any) => handleKeyOnBlur(e, 'key')}
|
onChange={handleOnKeyChange}
|
||||||
onPaste={onPaste}
|
onBlur={(e: any) => handleKeyOnBlur(e, 'key')}
|
||||||
></SealInput.Input>
|
onPaste={onPaste}
|
||||||
|
></SealInput.Input>
|
||||||
|
</span>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user