diff --git a/src/pages/00_notification/MainPage.vue b/src/pages/00_notification/MainPage.vue index 97bd755c..b581fd68 100644 --- a/src/pages/00_notification/MainPage.vue +++ b/src/pages/00_notification/MainPage.vue @@ -115,7 +115,7 @@ onMounted(async () => { flat dense size="xs" - class="app-text-muted-2 q-ml-sm q-mt-xs" + class="app-text-muted-2 q-ml-sm" @click="async () => await deleteNoti()" > {{ $t('general.delete') }} @@ -127,7 +127,7 @@ onMounted(async () => { flat dense size="xs" - class="app-text-muted-2 q-mx-sm q-mt-xs" + class="app-text-muted-2 q-mx-sm" @click="async () => await markAsRead()" > {{ $t('noti.markAsRead') }} diff --git a/src/pages/00_notification/NotiDialog.vue b/src/pages/00_notification/NotiDialog.vue index 63a37f9d..b15f8731 100644 --- a/src/pages/00_notification/NotiDialog.vue +++ b/src/pages/00_notification/NotiDialog.vue @@ -35,8 +35,12 @@ async function fetchNoti() {
-
- {{ noti.title }} +
+
+ {{ noti.title }} +
{{ dateFormatJS({ @@ -50,7 +54,7 @@ async function fetchNoti() {
{{ noti.detail }}
-
+