|
@@ -12,7 +12,7 @@ export function handleCopy(copyText: string) {
|
|
|
if (successful) {
|
|
|
ElMessage.info({
|
|
|
dangerouslyUseHTMLString: true,
|
|
|
- message: `<strong>${ textarea.value }</strong> 已复制至剪切板`,
|
|
|
+ message: `<span class="font-medium" style="color: #1D2129;">${ textarea.value }</span> 已复制至剪切板`,
|
|
|
plain: true,
|
|
|
icon: 'DocumentCopy'
|
|
|
});
|