style: same key tooltip

This commit is contained in:
jialin
2026-03-16 14:48:46 +08:00
committed by jialin
parent 85ea619b18
commit 11de47c813
@@ -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>