mirror of
https://github.com/OpenBankProject/API-Explorer-II.git
synced 2026-02-06 18:56:58 +00:00
feature/Tweak a font in case of copy to clipboard notification
This commit is contained in:
parent
c6b045588a
commit
f27f27571c
@ -67,3 +67,9 @@ main {
|
||||
padding: 8px;
|
||||
border-right: solid 1px var(--el-menu-border-color);
|
||||
}
|
||||
|
||||
.el-notification__content {
|
||||
font-family: 'Roboto', sans-serif !important;
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
|
||||
@ -219,7 +219,6 @@ const copyToClipboard = () => {
|
||||
|
||||
// Combine lines to form raw JSON
|
||||
const rawJson = jsonLines.join('\n');
|
||||
console.log(rawJson);
|
||||
|
||||
textArea.value = rawJson; // Set the text to copy
|
||||
document.body.appendChild(textArea); // Append the text area to the DOM
|
||||
|
||||
Loading…
Reference in New Issue
Block a user