style: same key tooltip

This commit is contained in:
jialin
2026-03-16 10:31:57 +08:00
parent 1462768aa9
commit f7c3b28cc8
@@ -83,6 +83,7 @@ const LabelItem: React.FC<LabelItemProps> = ({
open={open}
title={intl.formatMessage({ id: 'resources.table.key.tips' })}
>
<span>
<SealInput.Input
disabled={disabled}
checkStatus="success"
@@ -92,6 +93,7 @@ const LabelItem: React.FC<LabelItemProps> = ({
onBlur={(e: any) => handleKeyOnBlur(e, 'key')}
onPaste={onPaste}
></SealInput.Input>
</span>
</Tooltip>
)}
</div>