修复系统提示

This commit is contained in:
whyour
2025-11-16 21:26:14 +08:00
parent 08ef509e27
commit af96bd98ac
4 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ const Copy = ({ text }: { text: string }) => {
};
return (
<Link onClick={handleClick} style={{ marginLeft: 1 }}>
<Link onClick={handleClick} style={{ marginLeft: 4 }}>
<CopyToClipboard text={text} onCopy={handleCopy}>
<Tooltip
key="copy"