Переход на quasar

This commit is contained in:
Book Pauk
2020-02-03 15:33:54 +07:00
parent bef70f94ab
commit a2cfb9d423
2 changed files with 18 additions and 29 deletions

View File

@@ -11,7 +11,7 @@ export function success(vue, message, caption) {
message:
`<div style="max-width: 350px;">
${caption}
<div style="color: black">${message}</div>
<div style="color: black; overflow-wrap: break-word; word-wrap: break-word;">${message}</div>
</div>`
});
}
@@ -29,7 +29,7 @@ export function error(vue, message, caption) {
message:
`<div style="max-width: 350px;">
${caption}
<div style="color: yellow">${message}</div>
<div style="color: yellow; overflow-wrap: break-word; word-wrap: break-word;">${message}</div>
</div>`
});
}