mirror of
https://github.com/whyour/qinglong.git
synced 2026-08-11 19:05:20 +08:00
修复系统提示
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user