From d201961046f864bb1fa8abf52f36f13004789cae Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Sun, 4 Sep 2022 21:42:50 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BF=D0=BE=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F?= =?UTF-8?q?=20notify-=D1=81=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/App.vue | 4 ++++ client/components/share/Notify.vue | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/client/components/App.vue b/client/components/App.vue index 28209f41..5cd5aa22 100644 --- a/client/components/App.vue +++ b/client/components/App.vue @@ -271,6 +271,10 @@ body, html, #app { font: normal 12pt ReaderDefault; } +.notify-margin { + margin-top: 55px; +} + .dborder { border: 2px solid magenta !important; } diff --git a/client/components/share/Notify.vue b/client/components/share/Notify.vue index 92c37597..230285c8 100644 --- a/client/components/share/Notify.vue +++ b/client/components/share/Notify.vue @@ -27,9 +27,10 @@ class Notify { icon, actions: [{icon: 'la la-times notify-button-icon', color: 'black'}], html: true, + classes: 'notify-margin', message: - `
+ `
${caption}
${message}
`